BODY {
	color : #000000;
	background-color : #F8DDFF;
	font-family : sans-serif;
}

A {
	color : blue;
}

A:HOVER {
	color : red;
}
H1{
	font-family : cursive;
	font-size : xx-large;
	color : black;
}
H2{
	font-family : cursive;
	font-size : x-large;
	color : magenta;
}
H3{
	font-family : cursive;
	font-size : large;
	color : magenta;
}
H4{
	font-family : cursive;
	font-size : large;
	color : magenta;
}
p.footnote{
	font-family : cursive;
	font-size : small;
}
td{
	color : black;
}
td.menu{
	color : magenta;
	font-size : smaller;
}

