h2 {
	font-family: "Times New Roman", Times, serif;
	color: Navy;
	font-weight : bold;
	text-align : center;
	font-size : large;
}
a:link       {
	color: Navy;
}
a:visited    { color: Navy; }
a:hover      {
	color : Red;
	text-decoration : none;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	color : Navy;
	font-weight: bold;
	font-size : medium;
}
p {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
	font-size : small;
}
ul {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
}
dl {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
}
ol {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight : normal;
}
dt {
	font-weight : bold;
	color : Blue;
}
