<!--

body,td,th,div{
	font-family: Arial, Helvetica, sans-serif;
	color: #bd0000;
	font-size: 12px;
	background-color: #ffd500;
}

h1{ font-size: 22px; font-weight: bold; color: #CB2B00;}
h2{ font-size: 18px; font-weight: bold; color: #CB2B00; }
h3{ font-size: 14px; font-weight: bold; color: #CB2B00; }
h4{ font-size: 14px; font-weight: bold; color: #CB2B00; }
h5{ font-size: 14px; font-weight: normal; color: #CB2B00; }

a:link    { color: #bd0000; text-decoration: underline; }
a:visited { color: #bd0000; text-decoration: underline; }
a:active  { color: #bd0000; text-decoration: underline; }
a:hover   { color: #ffd500; background-color: #bd0000; text-decoration: none; }

ul { list-style-type: square; }

div.textbox{
	width: 980px;
	background-color: #FFE14C;
	border: 1px solid #FFEB85;
	padding: 10px;
}

div.textbox2{
	width: 980px;
	padding: 10px;
}

div.textbox p, div.textbox div{
	background-color: #FFE14C;
}

div.textbox p{
	width: 800px;
}
-->
