BODY {
	font-family : Georgia, Times, serif;
}
td, pre, p, dt, dd, li {
	font-size : 12px;
}
a:hover {
	text-decoration : underline;
	color : red;
}
a.title {
	text-decoration : none;
	color : Navy;
}
a.title:hover {
	text-decoration : underline;
	color : red;
}
a.leftmenu, a.leftmenu:visited {
	font-size : 12px;
	font-weight : bold;
	color : Blue;
	text-decoration : none;
}
a.leftmenu:hover {
	text-decoration : underline;
	color : Red;
}
a.blue, a.blue:visited {
	color : Blue;
	text-decoration : none;
}
a.blue:hover {
	text-decoration : underline;
	color : Red;
}
.h2 {
font-size : 12px;
font-weight : bold;
color : Navy
}
ul.leftmenu{
	margin-left : 20px;
}
h1 {
	color : Navy;
	font-size : 24px;
	text-align : center;
}
h2 {
	color : Navy;
	font-size : 18px;
	text-align : center;
}
h3 {
	color : Navy;
	font-size : 14px;
	text-align : left;	
}
p.note {
	font-size : xx-small;
}