body	{
	color: #000000;
/*	background-color: #ffffff; */
	margin: 0;
	padding: 0;
}

.normal {
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
}

.normalbox      {
	border: 1px solid #ffcc00;
	margin: 3px;
	padding: 5px;
	background-color: #ffffff;
}

.h1	{
	text-align: center;
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #ffcc00;
}

.titlebox       {
	border: 1px solid #440000;
	margin: 0px;
	padding: 0px;
	background-color: #cc3300;
}

a:link	{
	text-decoration: none;
	color: #ffcc00;
}

a:visited	{
	text-decoration: none;
	color: #cccccc;
}

a:hover	{
	text-decoration: none;
	color: #ff9900;
	background-color: #cc3300;
}

a:active	{
	text-decoration: none;
	color: #cc3300;
}
