
TD{
	font-family:verdana;
	font-size:12px;
}	
hr{
	color: silver;
}
h1 {
	font-family:verdana;
	font-size: 18;
	font-weight: bold;
}
A {
    	COLOR: #f80909;
    	text-decoration: none;
    	cursor:hand;
		cursor:pointer;
}
A:link {
    	COLOR: #f80909;
    	text-decoration: none;
}

A:visited {
    	COLOR: #f80909;
    	text-decoration: none;
}

A:active {
    	COLOR: #f80909;
    	text-decoration: none;
}
A:hover {
		COLOR: #f80909;
		text-decoration: underline;
}


