html,body {
	height: 100%;
}

body {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
	background-image: url(images/blueblackbg.jpg);
	background-position: top;
}

p {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	color: #000066;
}

h1 {
	font-family: Arial, sans-serif, helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	text-align: center;
}

li {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	color: #000066;
}

a:link {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #000066;
	text-decoration: underline;
}

a:visited {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	color: #000066;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #0000cc;
	text-decoration:underline;
}

.smallest {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #EACE78;
}

a.smallest:link {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #E8DAA8;
	text-decoration: none;
}

a.smallest:visited {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	color: #E8DAA8;
	font-weight: normal;
	text-decoration: none;
}

a.smallest:hover {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #EACE78;
	text-decoration:underline;
}


