BODY {

	font-family : Arial, sans-serif;
	color : White;
	font-size : medium;
	word-spacing : 1px;
}

H1 {
	font-family : Impact;
	font-size : large;
	letter-spacing : 2px;
	
}


}

OL {
	color: #006f00;
	border: thin;
	font-weight : bold;
}

H6 {
	
	font-size : smaller;
	color : Yellow;
	font-weight : normal;
}
H5 {
	color : Yellow;
}
H2 {
	font-family : Arial;
	font-size : x-small;
	font-style : normal;
	text-decoration : none;
	color : Blue;
}

BLOCKQUOTE {
	color : Blue;
	text-decoration : overline;
}


A:ACTIVE {
	font-family : Arial;
	font-size : 10px;
	font-style : normal;
	text-decoration : none;
	color : Black;
	background-color : Red;
; font-weight: normal
}

A:HOVER {
	font-family : Arial;
	font-size : x-small;
	text-decoration : underline;
	color : Red;
	background-color : Yellow;
}

A:LINK {
	font-family : Arial;
	font-size : x-small;
	font-style : normal;
	text-decoration : none;
	color : White;
}

A:VISITED {
		font-family : Arial;
	font-size : x-small;
	font-style : normal;
	text-decoration : none;
	color : Red;
}