BODY {

	color: #000000;
}


A {
	text-decoration: none;
	color: #808080;
}

A:Hover {
	text-decoration: underline;
	font-weight: bold;
	color: #A90911;
}

.style2 {
	color: Maroon;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial;
}


