/* CSS Document */

body { 
	background-color:#333333;
	margin:0px;
	padding:0px;
	font: 13px/19px;
	color:#576066;
	text-align:center;
}



h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 29px;
	color: #7a0f11;
	margin-bottom: 0;
	font-weight: normal;
	line-height: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #7a0f11;
	font-weight: normal;
	line-height: normal;
}



a { color:#7a0f11; }
a:hover { text-decoration:none;}

