﻿body {
	background-color: #A0A0A0;
	margin-top: 5px;
}

.Header {
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	padding: 0;
	margin: 10px;
}
.Header h6 {
	font-size: 200%;
	font-weight: bold;
	display: inline;
}

a {
	color: #404040;
	text-decoration: none;
	padding-left: 15px;
}
a:hover {
	color: Silver;
	text-decoration: Underline;
}
a:active {
	color: White;
	font-weight: bold;
}
a:visited {
	color: #404040;
	text-decoration: none;
}
	
