BODY  {
	font-family : Verdana;
	font-size : 12px;
	color : Maroon;
	font-weight : normal;
	;
	background-attachment : fixed;
	;
	background-image: url(images/tube.jpg)
}

TD  {
	font-family : Verdana;
	font-size : 12px;
	color : Maroon;
	font-weight : normal;
	margin-left : 25px;
}
TH  {
	font-family : Verdana;
	font-size : 12px;
	color : Maroon;
	font-weight : bold;
	margin-left : 25px;
	text-align : left;
}

H1  {
	text-align : center;
	text-transform : capitalize;
	font-family : Verdana;
	color : Maroon;
	font-size : 18px;
	;
	font-weight: normal
}

H2  {
	font-size : 16px;
	font-family : Verdana;
	color : Maroon;
	text-align : center;
	;
	font-weight: bold;
}

H3  {
	font-size : 14px;
	font-family : Verdana;
	color : Maroon;
	text-align : center;
	;
	font-weight: bold
}

H4  {
	font-size : 14px;
	font-family : Verdana;
	color : Maroon;
	text-align : left;
	font-weight: bold
}

A  {
	font-family : Verdana;
	font-size : 12px;
	color : Blue;
	text-decoration : underline;
	font-weight : bolder;
}

A:Visited  {
	font-family : Verdana;
	font-size : 12px;
	color : Purple;
	text-decoration : underline;
	font-weight : bolder;
}

A:Active  {
	font-family : Verdana;
	font-size : 12px;
	color : Fuchsia;
	text-decoration : underline;
	font-weight : bolder;
	background-color : transparent;
}

A:Hover  {
	font-family : Verdana;
	font-size : 12px;
	background-color : Yellow;
	text-decoration : underline;
	color : Red;
	font-weight : bolder;
}

HR  {
	width : 60%;
	size : 5;
	color : Maroon;
	text-align : center;
}

li  {
	font-family : Verdana;
	font-size : 12px;
	color : Maroon;
	font-weight : normal;
}

