IMG {
	clip : auto;
	border : double;
}
BODY {
	color: Black;
	background-color: black;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	border-bottom : thin solid Fuchsia;
}

H1 {
	font-size : medium;
	text-align : center;
	font-family : cursive;
	color : YELLOW;
	font-variant : small-caps;
	font-weight : normal;
	font-style : normal;
	font : normal normal medium;
	letter-spacing : normal;
	background-position : bottom;
	border : small groove;
	background-color : RED;
}

H2 {
	font-size : medium;
	text-align : center;
	font-family : cursive;
	color : #66FFFF;
	font-variant : small-caps;
	font-weight : normal;
	font-style : normal;
	font : normal normal medium;
	letter-spacing : normal;
	background-position : bottom;
	border : small groove;
	background-color : #0000CC;
}

H3 {
	color : #FFFFFF;
	font-size : small;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
}

H4 {
	background-attachment : scroll;
	color : #FFFFFF;
	text-align : left;
	font : x-small;
	font-family : serif;
	font-size : medium;
	}

H5 {
	color : #FFFFFF;
	font-family : serif;
	text-align : center;
	}

A {
	color: #FFFF33;
	font-size : xx-medium;
}

A:HOVER {
	color: #FF3300;
}

