
body {
	color: #ffffff;
	margin-top: 10px;
	font-size:small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.style1 {color: #FF0000}

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

.pagelink:link {
	color: #FF0000;
	font-weight: bold;
}
.pagelink:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
}
.pagelink:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;-weight: bold;
}
.pagelink:active {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}

#footerlink {
color: #FFFFFF;
	text-decoration: none;
	font-size:x-small;
	height: 52px;
	position:static;
	margin-top: 20px;
}




