body {
	margin: 0; 	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background: #ffffff;
	text-align: center;	
	height: 100%;	
	background-image: url('images/greenbar.jpg');
	background-repeat: repeat-x
}

/* links */
a { background: inherit; color: #66000F; text-decoration:none;}
a:hover { background: inherit; color: #BA011C; text-decoration:underline; }

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}