BODY {
	font-family: Arial;
	font-size: 12px;
	background : #000000;
	color : #A9A9A9;
	}

H1{
	font-family: Arial;
	font-size: 36px;
	color : #A9A9A9;
	text-align : center;
}

H2{
	font-family: Arial;
	font-size: 26px;
	color : #A9A9A9;
	text-align : center;
	font-weight : normal;
}

H3{
	font-family: Arial;
	font-size: 20px;
	color : #A9A9A9;
	text-align : center;
}

H4{
	font-family: Arial;
	font-size: 16px;
	color : #A9A9A9;
	text-align : center;
	font-weight : lighter;
}

H5{
	font-family: Arial;
	font-size: 12px;
	color : #A9A9A9;
	font-weight : lighter;
}

H6{
	font-family: Arial;
	font-size: 10px;
	color : #A9A9A9;
	font-weight : lighter;
}

.Email {
	font-family: Arial;
	color : #FF9900;
	text-decoration : none;
}

.Links {
	font-family: Arial;
	color : #FF9900;
	text-decoration : none;
}

#Menu {
	background-color: transparent;
	color: #A9A9A9;
	font-weight: bold;
	font-size : 16px;
	margin-left : 4px;
	margin-right : 4px;
	margin-bottom : 6px;
	margin-top : 2px;
}

#Menu a:link {
	text-decoration: none;
	color: White;
}

#Menu a:visited {
	text-decoration: none;
	color: #A9A9A9;
}

#Menu a:hover {
	text-decoration: none;
	color: Gray;
}

#Menu a:active {
	text-decoration: none;
	color: Silver;
}

