img {
border:none;
}

p{
font-family:Helvetica;
font-weight:700;
color:white;
}

a:active
{
outline: none;
color: white;
font-weight:bold;
text-decoration: none
}

a:focus
{
-moz-outline-style: none;
}
A:link{
color: white;
font-weight:bold;
text-decoration: none
}
A:visited{
color: white;
font-weight:bold;
text-decoration: none
}
A:hover{
font-weight:bold;
color: #3877f8;
text-decoration: none
}
#popup {
height: 100%;
width: 100%;
background: #000000;
position: absolute;
top: 0;
-moz-opacity:0.75;
-khtml-opacity: 0.75;
opacity: 0.75;
filter:alpha(opacity=75);
}

#window {
width: 600px;
height: 300px;
margin: 0 auto;
border: 1px solid #000000;
background: #ffffff;
position: absolute;
top: 200px;
left: 25%;
}
