/* CSS Document */

body {
	margin: 10px;
}

table, tr, td, p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 16px;
}

h1 {
	font-family: trebuchet ms, trebuchet, arial, helvetica, sans-serif;
	font-size: 36px;
	color: #4E9191;
	background-color: #990101;
	padding: 20px;
	width: 400px;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	background-color: #000;
	padding: 20px;
	width: 575px;
	text-transform: uppercase;
	line-height: 30px;
}

h3 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
}

.bgwhite {
	color: #000;
	background-color: #fff;
	padding: 0 20px;
}

a,
a:link,
a:visited {
	color: #990101;
}

a:hover,
a:active {
	color: #4E9191;
}

#nav  {
	margin: 2em 0;
	padding: 0;
	list-style: none;
}

#nav li {
	display: inline;
	font-size: 14px;
	font-weight: bold;
}