
body{
	background: url(../images/background.jpg) repeat-x 0 top;
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#maintable{
	width: 800px;
	border: 10px solid white;
	background-color: white;
	text-align: left;
}

#maintable h1{
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	background-color: #ffe1e1;
	color: #e65f5e;
	padding: 10px;
	letter-spacing: -1px;
	border: 1px dashed #e65f5e;
}

#maintable h2{
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	color: #191919;
}

#maintable h3{
	color: #f80f0f;
	font-size: 90%;
	font-weight: bold;
}

a{
	color: #40067e;
}