BODY {
	background: white
}
TH {
	font-weight: light; 
	color: black;
	font-family: "Comic Sans", "Comic Sans MS", fantasy;
	font-size: large;
}
H4,BIG {
	font-weight: light; 
	color: black;
	font-family: "Comic Sans", "Comic Sans MS", fantasy;
	font-size: medium;
	font-variant: small-caps
}
TD {
	font-weight: light; 
	color: black; 
	font-family: "Gill Sans", Arial, sans-serif; 
	font-size: small
}
H1 {
	font-weight: bold; 
	color: blue;
	font-family: "Gill Sans", Arial, sans-serif
}
H2,H3 {
	font-weight: bold; 
	color: black;
	font-family: "Gill Sans", Arial, sans-serif
}
TT {
	font-family: "Courier", monospace
}
A:link {
	text-decoration: none;
	color: blue}
A:visted {
	text-decoration: none
}
A:active {
	text-decoration: none
}
