﻿body {
	font-family: Arial, Helvetica, sans-serif;
}

.header {
	padding: 10px;
	text-align: center;
}

.links {
	padding: 10px;
	text-align: center;
}

.footer {
	padding: 10px;
	color: #C0C0C0;
	font-size: small;
	text-align: center;
}

.links {
	font-size: x-large;
}

a:active {
	font-weight: bold;
	color: #6666FF;
	text-decoration: none;
}

}
a:hover {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

a:link {
	font-weight: bold;
	color: #6666FF;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #6666FF;
	text-decoration: none;
}

img {
	border-style: none;
}

