a:visited
{
    color: rgb(0,0,250);
    
}
a:active 
{
	color: rgb(250,0,10);
	text-decoration: underline;
}
a:hover
{
    color: rgb(250,0,10);
    text-decoration: underline;
}

A {
	TEXT-DECORATION: none;
}

a img{
	border-style: none;
}

body
{  
    background-image: url("index_bg.gif");
    margin: 10px
}

    
body,th,td
{
    font-size: 16px;
    color: rgb(0,0,0)   
}    

h1
{
	color: rgb(0,0,0);
	font-size: 18px
}

h2
{
	color: rgb(37,80,145);
	font-size: 14px 
}

h3
{
	color: rgb(255,0,0);
	font-size: 12px
}
