BODY {

	color: #000000;
}


A {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: red ;
}

A:Hover {
	text-decoration: none;
	color: red;
}

P {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: black ;
}

P2 {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: red ;
}

h1 {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: black ;
}

h2 {
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	color: black ;
}


.style2 {
	color: #003F80;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
}

