
body {
	font-family: Times New Roman, Times, serif;
	font-size: 10px;
    color: black;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #003399;
	font-size: 20px;

}



h2 {
	color: #003399;
	font-size: 14px;
}

a {
	color: #0068BB;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color:#0068BB;
	background-color: #DEEFF7;
}

a:link { 
	text-decoration: none; 
	color:#0068BB; 
}

a:visited { 
	text-decoration: none; 
	color:#0068BB;
}
.small {
	font-size: 12px;
}

