body {
	background-color : Gray;
	margin: 0% ;
	font-family : "Courier New", Courier, monospace;
	font-size : 14px;
	color : White;
	text-align : left;
	font-weight : normal;
}

a:link {
	color : White;
	font-weight : bold;
	text-decoration : none;
}
a:visited {
	color : White;
	font-weight : bold;
	text-decoration : none;
} 
a:active {
	color : White;
	font-weight : bold;
	text-decoration : none;
} 
a:hover {
	color : #8B0000;
	font-weight : bold;
}

H1 {
	font-size : 14px;
	font-weight : bold;
	text-align : right;
	padding-right : 20px;
}

H1 a:hover {
	color : Red;
	font-weight : bold;
	border : thin solid;
	background-color : White;
	padding-left : 5px;
	padding-right : 5px;
}
H5 {
	color: #00FF00;
	font-size : 14px;
	font-weight : bold;
	text-align : right;
	padding-right : 20px;
}

H5 a:hover {
	color: #00FF00;
	font-weight : bold;
	border : thin solid;
	background-color : Black;
	padding-left : 5px;
	padding-right : 5px;
}
H5 a:link {
	color: #00FF00;
} 
H5 a:visited {
	color: #00FF00;
}
H5 a:hover {
	color: #00FF00;	
}	

H2 {
	font-size : 20px;
	text-align : right;
	margin-top : 10px;
	background : Black;
	letter-spacing : 3px;
	padding-right : 20px;
}
H3 {
	font-weight : bold;
	font-size : 14px;
	padding-left : 20px;
	color : Gray;
}
H3  p {
	text-align : right;
	padding-right: 20px;
	color : Gray;
}

H3 a:link {
	color : Gray;
} 
H3 a:visited {
	color : Gray;
}
H3 a:hover {
	color: #8B0000;	
}

H4 {
	font-size : 14px;
	font-weight : normal;
	padding-left : 20px;
	padding-right : 20px;
}

