/* CSS Document */
h1, h2, h3 {
	text-align: center
}
p, td, li, ul {
	font-size: 10pt
}
body {
	font-family: Verdana;
	color: #000080;
	background-color:#F9F9FF
}
a {
	text-decoration: none
}
a:link {
	color: #800040
}
a:visited {
	color: #99004C
}
a:active {
	color: #700030
}

