H1,H3,H4,H5,H6  {
	color: black;
	font-family : Arial, Helvetica, sans-serif;
}
HTML {
	margin: 0
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
Body {
	margin: 0
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	background-image : url(../images/blue-back.jpg); background-repeat: repeat-y;
}
H2 {
	color: white;
	background-color : Silver;
	font-family : Arial, Helvetica, sans-serif;
}
A:Visited {
	color : Blue;
	text-decoration: none;
}
A:link {
	color : Blue;
	text-decoration: none;
}
A:Active {
	color : Blue;
	text-decoration: none;
}
A:Hover {
	color: red
}
p {
	font-family : Arial, Helvetica, sans-serif;
}
pre {
	font-family : "Courier New", Courier, monospace;
}
ul, ol {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

th {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
strong.highlight {font-weight: normal; background-color: yellow;}
