body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFCCCC;
}
h1 {
	font-size: 17px;
	color: #FF9999;
}

a:link {
	color: #663366;
	text-decoration: underline;
	font-weight: bolder;
}
a:visited {
	color: #663366;
	text-decoration: underline;
	font-weight: bolder;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bolder;
}
a:active {
	color: #663366;
	text-decoration: underline;
	font-weight: bolder;
}


a.header:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
}
a.header:visited {

	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
}
a.header:hover {

	color: #FFCC66;
	text-decoration: none;
	font-weight: bolder;
}
a.header:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
}


a.footer:link {
	color: #663366;
	text-decoration: none;
	font-weight: bolder;
}
a.footer:visited {
	color: #663366;
	text-decoration: none;
	font-weight: bolder;
}
a.footer:hover {
	color: #CC0000;
	text-decoration: none;
	font-weight: bolder;
}
a.footer:active {
	color: #663366;
	text-decoration: none;
	font-weight: bolder;
}

h2 {
	font-size: 20px;
	color: #663366;
	font-style: italic;
}

#content {
	padding-left: 15px;
	}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}
