
/*--------------------GLOBAL--------------------*/
td {font-family: Arial, sans-serif; font-size: 12px; color: #000000;} 
h2 {font-family: Arial, sans-serif; font-size: 24px; font-weight:normal;}
.faq {color: #663366;}
.about {color: #990000;}
.services {color: #CC6600;}
.contact{color: #006600;}
.login {color: #666633;}
.resources {color: #003366;}
.home {color: #006699;}


h3 {font-family: Arial, sans-serif; font-size: 16px; font-weight:normal;}


/*--------------------LINKS--------------------*/ 
A:link {color: #6C2E16; text-decoration:none;} /* unvisited links */ 
A:active {color: #CC3333} /*active links*/ 
A:visited {color: #6C2E16; text-decoration:none;} /* visited */ 
A:hover {color: #6C2E16; text-decoration:underline;} /* mouseover */ 

A.faq {color: #663366;}
A.about {color: #990000;}
A.services {color: #CC6600;}
A.contact{color: #006600;}
A.login {color: #666633;}
A.resources {color: #003366;}
A.home {color: #006699;}

.outside {border: 1px solid orange #000000;}


