BODY {

	color: #000000;
}


A {
	text-decoration: underline;
	color: #blue;
}

A:Hover {
	text-decoration: none;
	color: #FF3300;
}

.style2 {
	color: #red;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
}
h1           { font-family: Verdana; font-size: 14pt; color:#000000 }
h2           { font-family: Verdana; font-size: 12pt; color:#000000 }
h3           { font-family: Verdana; font-size: 12pt; color:#000000 }