body {
	font-family: "Comic Sans MS", Arial, sans-serif;
	color: #000033;
	background-color: #e8e8b0;
	background-image: url(images/HCname1.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
}
#tdlinks {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #339900;
	margin: 0px;
	width: 240px;
	position: absolute;
	top: 200px;
	list-style: none;
	font-style: italic;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #336600;
	border-bottom-color: #336600;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 24px;
}
pagetitle {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #000000;
	text-align: right;
	position: absolute;
	top: 100px;
	right: 20px;
}




#tdlinks ul{
list-style: none}

a:link {
	color: #0033FF;
}
a:visited {
	color: #990000;
}
a:hover {
	font-style: italic;
	color: #FF0000;
}
a:active {
	font-weight: bold;
	color: #FF0000;
}
