p {
	font-family: Verdana;
	font-size: 10pt;
	text-align: center;
}

BODY {
	scrollbar-base-color : #CA6672;
   scrollbar-arrow-color : #000000;
}
A:ACTIVE {
	font-family: Verdana;
	font-size: 10pt;
	font-style: oblique;
	font-weight: bold;
	color: #CC3366;
	text-decoration: none;
	
}
A:HOVER {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: Red;
	text-decoration: none;

}

A:LINK, A:FOCUS, A:VISITED {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}
h1 {
	font-family: Viking;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	}
	
	h2 {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: black;
	text-decoration: none;
	}
.red {
	color:#F00;
	}