
@font-face {
 font-family: light;
 src: url('WashingtonDLig.eot');
}

@font-face {
 font-family: light;
 src: url('WashingtonDLig.ttf');
}

@font-face {
 font-family: myriad;
 src: url('myriadpro-regular-webfont.eot'); /* EOT file for IE */

}
@font-face {
 font-family: myriad;
 src: url('myriadpro-regular-webfont.ttf');
}

body {
   background-image: url('../images/cell.jpg');
   background-attachment:fixed;
background-color: #cccccc;
font-size: 25px;
font-family: myriad;
color: #000000;
line-height: 150%;
}

A:visited {
color: #21aeff;
text-decoration: none;
}

A:link {
color: #0072b4;
text-decoration: none;
}

A:active {
color: #cc0000;
text-decoration: none;
}

A:hover {
color: #fc7700;
text-decoration: underline;
}

hr {
border: 0;
width: 99%;
color: #f00;
background-color: #0f0;
height: 2px;
font-size: 10px;  /* Reduces spacing between lines */
}

.main-title {
font-family: light;
font-size: 75px;
font-weight: 600;
line-height: 130%;
color: #0000ff;
text-align: center;
}

.sub-title {
font-family: light;
font-size: 50px;
font-weight: 600;
line-height: 100%;
color: #000000;
text-align: center;
}

#box {
width:900px; 
text-align:left;  
margin-left:auto; 
margin-right:auto;
//background-color: #ff0;
}

.prs {
display:block;
width:86px;
height:38px;
background-color: #00f;
background-image: url('../images/press.gif');
float: left;
}

.prs:hover {
background-color: #ff0;
background-image:url('../images/press-r.gif');
}
