BODY {

	color: #000000;
}


A {
	text-decoration: underline;
	color: #003F80;
}

A:Hover {
	text-decoration: none;
	color: #3163CE;
}

.style2 {
	color: #003F80;
	font-weight: bold;
	font-size: 14px;
	font-family: Tahoma;
}

.style3 {
        color:#003F80;
        font-weight: bold;
        font-size: 16px;
        font-family: Impact;
}

/* headings */

h1,h3,h4 {
        color: #333366;
        font-style: italic;
} 

b {
        font-size: 14px;
        font-family: "Arial Bold;
} 