BODY {

	color: #000000;
	font-size:11pt; 
	font-family:arial;
}


A {
	text-decoration: none;
	font-weight: bold;
	color: #527BD0;
}

A:Hover {
	text-decoration: none;
	color: #FF0000;
}

.style2 {
	color: #003F80;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
}

/* This is the css style that will make your text blink.*/
.blinkytext {
     font-family: Arial, Helvetica, sans-serif;
     text-decoration: blink;
     font-style: normal;
 }

