* {
	margin:0;
	padding:0;
	}
body   {
	background-color: #d8c6c6;
	text-align: center;
	font-size:100%;
	color:#400000;
	}	
div {
	margin: 0 auto;
	}
div.main {
	width:800px;
	background-color:#ffffff;	
	}
table  {
	margin:0 auto;
	background-color: #ffffff;
	border-collapse: collapse;	
	}
h1 {
	font-size:140%;
	text-align:center;
	}
h2 {
	font-size:100%;
	text-align:center;
	}
p {
	font-size:90%;
	}
br.half {
	line-height:50%;
	}
.center {
	text-align:center;
	}	
.right {
	text-align:right;
	}
.hidden  {
	display: none;
	}			
a {
	text-decoration:none;
	}
a:link  {
	color:#0066cc;
	}
a:visited {
	color:#0066cc;
	}
a:hover  {
	color:#ffffff;
	background-color:#444444;
	}
a:active {
	color:#0066cc;
	}
