a:visited
{
    color: rgb(0,0,255);
    
}
a:active 
{
	color: rgb(0,0,255);
	text-decoration: underline;
}
a:hover
{
    color: rgb(255,0,0);
    text-decoration: underline;
}

A {
	TEXT-DECORATION: none;
}

body
{  
    background-color: rgb(255,255,255);
}

    
body,th,td
{
    font-size: 14px;
    color: rgb(0,0,0)   
} 


table
{  
    background-color: rgb(255,255,255);
}
   

h1
{
	color: rgb(196,165,70);
	font-size: 18px
}

h2
{
	color: rgb(37,80,145);
	font-size: 14px 
}

h3
{
	color: rgb(255,0,0);
	font-size: 12px
}
