body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EEEEEE
}
h1 {
	font-size: 24px;
	font-weight: bold;
}
em {
	font-weight: bold;
	font-style: italic;
}
a {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
}

#footer {
	text-align: center;
		font-size: 10px;
		padding-top: 20px;
}
p {
	font-size: 12px;
}

#content {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	padding-left: 40px;
	padding-right: 40px;
}
#error{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
#nav {

	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	font-weight: bold;
}
