a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFCC;
	text-decoration: none;

}
body {
	font-family: "Comic Sans MS";
	color: #330000;
	background-color: #CC9966
}
a {
	font-size: 16px;
	color: #330000;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 20px;
}
td {
	font-size: 14px;
}
a:hover {
	text-decoration: underline;
}
.DropDown {
	text-decoration: none; 
	font-weight: normal; 
	top: 0pt;
} 
:hover.DropDown {
	text-decoration: underline; 
}
.expanded {
	font-weight: normal; 
}	
.collapsed {
	display: none;
}
