BODY {
	background-color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : black;
        background-image : url(img/fh2bf.gif);
        background-repeat : no-repeat;
        background-attachment : fixed;        
}
DIV.box {
	padding: 10px;
	margin-bottom: 20px;
	background: white;
	border: 2px solid #CC0033;
	width: 300px;  
}

DIV.box p {
	padding : 5px;
	text-align: left;
	margin : 0px;
}

A {
	text-decoration : none;
	color : #CC0033;
}
A:HOVER {
	color : Red;
}

