/* CSS Document */

body 
{
background-image:
 url(/_images/background.jpg);
 background-position: top center;
 background-repeat: no-repeat;
 
 }



p{
font-family:Arial, san-serif;
font-size: 14px;
letter-spacing:0;
line-height:21px;
padding: 10px;
}

.white{
font-family:Arial, san-serif;
font-size: 14px;
letter-spacing:0;
line-height:21px;
padding: 10px;
color:white;

}

.loud{
font-family: Georgia, serif;
font-size: 30px;
letter-spacing:0;
line-height:31px;


}

A:link{
font-family:arial, san-serif;
font-size: 25px;
line-height:20px;
color: #CC9999;
text-decoration: none;
font-weight:bold;
letter-spacing: -1px;
text-transform: lowercase;

}

A:visited{
font-family:Arial, san-serif;
font-size: 25px;
line-height:20px;
color: #CCCCCC;
text-decoration: none;
font-weight:bold;
letter-spacing: -1px;
text-transform: lowercase;
}

A:active{
font-family:Arial, san-serif;
font-size: 25px;
line-height:20px;
color: #CC9999;
text-decoration: none;
font-weight:bold;
letter-spacing: -1px;
text-transform: lowercase;
}

A:hover{
font-family:Arial, san-serif;
font-size: 25px;
line-height:20px;
color: #999999;
text-decoration: none;
font-weight:bold;
letter-spacing: -1px;
text-transform: lowercase;
}

