@charset "iso-8859-1";
TD {
	text-align : center;
}
TH {
	text-align : center;
}

body {
	background-color:teal;
	color:white;
	border-color:yellow;
	font-family : "Comic Sans MS";
}
hr {
	color:#ff6666;
	width : 90%;
	height : 1px;
}
A:link {
	color : Aqua;
}
A:visited {
	color : #FFFF99;
}
A:ACTIVE {
color : Purple;
}
H2 {
	color : Yellow;
}
H4 {
	color : Yellow;
}	
I {
	color : Yellow;
}
B {
	background-color : White;
}
h3 {
	color: Yellow;
}
em {
	text-decoration: underline;
	font-style: italic;
}
#em {
	font-style: normal;
	text-decoration: none;
}


