/* CSS Document */

.lefttopmenu
{
COLOR:black;
FONT-FAMILY:Verdana;
align:top; 
}
body { 
 margin: 12px;
 color: white; 
 text-align: center;
 font-size: 11px; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
  
 background: url(http://sydniehorton.com/images/background2.jpg); 
 background-repeat: repeat; 
 padding:0; 
}
p {
 color: #white;
 font-size: 11px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 margin:5px;
 padding:8px;
}
td {
 color: #white;
 font-size: 11px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
 color: #FF3300;
 font-size: 11px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-decoration: none;
} 

.class1 A:link {COLOR: white; text-decoration: none;}
.class1 A:visited {COLOR: white; text-decoration: none;}
.class1 A:hover {COLOR: #7FC31B}

.class2 A:link {COLOR: #7FC31B; text-decoration: none;}
.class2 A:visited {COLOR: #7FC31B}
.class2 A:hover {COLOR: white}

.class3 A:link {COLOR: white; text-decoration: underline;}
.class3 A:visited {COLOR: white; text-decoration: underline;}
.class3 A:hover {COLOR: orange}

.class4 A:link {COLOR: black; text-decoration: underline;}
.class4 A:visited {COLOR: black; text-decoration: underline;}
.class4 A:hover {COLOR: orange}

.class5 A:link {COLOR: black; text-decoration: none;}
.class5 A:visited {COLOR: black; text-decoration: none;}
.class5 A:hover {COLOR: #666666}

.class6 A:link {COLOR: black; text-decoration: none;}
.class6 A:visited {COLOR: black; text-decoration: none;}
.class6 A:hover {background-color: #CCCCCC;}

.class7 A:link {COLOR: white; text-decoration: none;}
.class7 A:visited {COLOR: white; text-decoration: none;}
.class7 A:hover {COLOR: orange; text-decoration: none;}

.class8 A:link {COLOR: orange; text-decoration: none;}
.class8 A:visited {COLOR: orange; border-bottom: none}
.class8 A:hover {COLOR: white; border-bottom: none}

.class9 A:link {COLOR: #666666; text-decoration: none;}
.class9 A:visited {COLOR: #666666; text-decoration: none;}
.class9 A:hover {COLOR: black}

footer {
text-decoration: none;
color: white;
FONT-SIZE:1;

}




