/* CSS Document */

a:link { 
    color: #00ccff; 
    text-decoration: none; 
} 
a:visited { 
    color: #999999; 
    text-decoration: none; 
} 
a:hover { 
    color: #yellow; 
    text-decoration: none; 
	 background-color:red;
}
h1,h2,h3
{
font-family: arial;
font-size: 14px;
}
p
{
font-family: arial; 
font-size: 10px;
font-color: white;
}
h4
{
font-family: arial;
font-size: 12px;
}
h5
{
font-family: arial;
font-size: 8px;
text-align: center; 
}
h6
{
font-family: arial;
font-size: 9px;
text-align: left; 
}