
body{
	background: white url(images/page_background.jpg) repeat-x fixed 0 top;
	margin: 0;
}

.man{
	background-color: white;
	font: 18px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: gray;
	padding: 0 10px;
	text-align: left;
}

h1{
	font: bold 32px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #cc0000;
	letter-spacing: -1px;
}

h2{
	font-size: 26px;
	color: #000033;
	font-weight: bold;
	background-color: #cfeaff;
	padding: 10px;
}

h3{
	font-size: 21px;
	font-weight: bold;
	color: #6d3d25;
	font-style: italic;
	letter-spacing: -1px;
}

ul{
	color: #cc0000;
	list-style-type: square;
	font-size: 14px;
	font-weight: bold;
}

a:link, a:active, a:visited{
	color: #666;
	text-decoration: none;
}

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