/* CSS Document */

body,td,th {
	font-family: Comic Sans MS;
	font-size: 14px;
	color: #CC0000;
}

body {
	background-color: #FFFF99;
}

<!--
a:link {
	text-decoration: none;
	color: #3300FF;
}

a:visited {
	text-decoration: none;
	color: #3300FF;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}

a:active {
	text-decoration: none;
}

a {
	font-weight: normal;
}
-->

.style11 {
	font-size: 12px;
}

.style15 {
	font-size: 16px;
}

.style17 {
	font-size: 18px;
}

.style19 {
	font-size: 20px;
}

.signature15 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

p.border
{
border-style: solid;
border-color: #CC0000;
border-width: 2px;
}

