/* CSS Document */
body {
	background-color: #213898;
}
div.left {
	margin-left: 20px
	}
div.right {
	margin-right: 20px }
p.main {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #213898; 
}

p.head {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #213898;
	font-weight: bold;
	font-size: 18px;
}
a:link {
	color: #213898;
}
a:visited {
	color: #666666;
}