/* CSS Document */

body {
margin: 0px;
padding: 0;
color: #FFF;
background-color:#000000;
/* background-image: url(images/bg.jpg);
background-repeat: no-repeat;
background-position: top center; */
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 24px;
}

a:link { 
text-decoration: none; 
color: #cc99cc; 
}

a:hover {
text-decoration: none; 
color: #cc99ff;
}

a:visited { 
text-decoration: none; 
color: #cc99cc; 
}

a:active { 
color: #cc99cc; 
}

