body {
	background-color: #e0e0f0;
	color: #000040;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 13px;
	width: 600px;
	text-align: justify;
}

h1 {
	font-family: verdana, sans-serif;
	color: #000080;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px solid #000080;
	text-align: center;
}
h2 {
	font-family: verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid black;
}
h3 {
	font-family: verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid black;
}

a {
	text-decoration: none;
}
a:link {
	color: #000040;
	background-color: #f0d0d0;
	padding-right: 2px;
	padding-left: 2px;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
a:visited {
	color: #000040;
	background-color: #f0d0d0;
	padding-right: 1px;
	padding-left: 2px;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
a:hover {
	color: #000040;
	background-color: #f0b0b0;
	padding-right: 2px;
	padding-left: 2px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid black;
	border-top: 1px solid black;
}
a:active {
	color: #000040;
	background-color: #f0b0b0;
	padding-right: 2px;
	padding-left: 2px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid black;
	border-top: 1px solid black;
}

