* {
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #3000000;
}

body {
	background-color: #E6ECFF;
}

.menu {
	background-color: #6078BF;
	line-height: 28px;
	width: 800px;
}

.menu a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

div#ag_body{
	padding: 10px;
	text-align: left;
	font-size: 15px;
	line-height: 1.5em;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	color: #6078BF;
}