
body, {
	color: #330033;
	background-color: #fff; /*#FFCC99;*/
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
a:link {
	color: #cc0000;	
}
a:visited {
	color: #cc0000;
}
a:hover {
	color: #ff6600;
}
a:active {
	color: #ff6600;
}

h1 {
	font-size: 34px;
	color: #FF6600;
}
h2 {
	font-size: 28px;
	color: #FF6600;
}
h3 {
	font-size: 20px;
	color: #330033;
}
h4 {
	font-size: 12px;
	color: #330033;
}
h5 {
	font-size: 10px;
	color: #330033;
}
h6 {
	font-size: 10px;
	color: #330033;
}

.boldred{
	font-weight:bold;
	font-size: 14px;
	color: red;
}


