body {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	color: #333333;
	background-color: #999999;
}


a {
	font-weight: bold;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-decoration:none;
	color:#666666;
}

a:hover {
	font-weight: bold;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-decoration:none;
	color:#999999;
}

a.small {
	font-weight: normal;
	font-size: small;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;


}

a.nohover {
	font-weight: bold;
	font-size: normal;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;


}

.nohover a:hover {
	font-weight: bold;
	font-size: normal;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;


}

p	{
	font-size: small;

}


.red	{
	color: #9c0d0d;
	}
	
.big	{
	font-size: 24px;
	font-weight:bold;
	}


b	{
	font-size: 20px;
	color: #9c0d0d;
	}
	
b.norm	{
	font-size:inherit;
	color:#666666;
	}
	
b.date	{
	font-size: small;
	}
