BODY  {
	background: #DDA0DD;
	color : #8B008B;
	font-family : "Trebuchet MS";
	font-size: 12px;
	background-image : url("../Art/pinklines.jpg");
}
TH {
	color : Red;
	font-family : "Trebuchet MS";
	font-size: 14px;
	font-weight : bold;
}
TD {
	color : #4B0082;
	font-family : "Trebuchet MS";
	font-size: 12px;
}

H2 {
	color : #990033;
	font-size: 14pt;
}

H3 {
	color : #8B0000;
	font-size: 12pt;
}

H4 {
	color : #CE0063;
	font-size: small;
}

A {
	color: Blue;
	text-decoration : none;
}

A:Hover {
	color: Red;
	font-weight : bold;
}

HR {
	height: 1pt;
}

