a:link
{
	color: #0000FF; 
}
a:visited
{
	color: #CC00CC; 
} 
a:active 
{
	color: #0000FF;
}
body
{
	font-family: Comic Sans MS;
	background-color: #FFFFFF;
	color: #000000;
	font-size:12pt;
	background-image:url('art/wall.jpg');
}
h1, h2, h3, h4, h5, h6
{
	font-family: Comic Sans MS; color:#000000;
}
h1
{
	font-size:24pt; text-decoration:underline; font-weight:bold;
}
h2
{
	font-size:18pt; text-decoration:underline; font-weight:bold;
}
h3
{
	font-size:14pt; text-decoration:underline; font-weight:bold;
}
h4
{
	font-size:12pt; text-decoration:underline; font-weight:bold;
}
h5
{
	font-size:10pt; font-weight:normal;
}
h6
{
	color: rgb(204, 0, 153);
}
table
{
	font-family: Comic Sans MS;
	color: #000000;
	font-size:12pt;
}
td
{
	font-family: Comic Sans MS;
	color: #000000;
	font-size:12pt;
}
th
{
	font-family: Comic Sans MS;
	color: #000000;
	font-size:12pt;
}