
body {
	text-align: center;
	margin: 0;
	background-color: #3f382d;
	font-family: Arial, Verdana;
	}
	
.menu {
	font-family: Arial, Verdana;
	font-size: 15px;
	color: #cec6b1;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	}
	
.main, .left {
	text-align: justify;
	vertical-align: top;
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #3f382d;
	line-height: 20px;
	}
	
.footer {
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #cec6b1;
	text-align: center;
	vertical-align: middle;
	}
	
h1 {
	font-family: Arial, Verdana;
	font-size: 15px;
	color: #ff0000;
}
	
/* unvisited link */	
a:link {
	color:#cec6b1;
	text-decoration:none;
	}

/* visited link */    
a:visited {
	color:#cec6b1;
	text-decoration:none;
	}

/* mouse over link */
a:hover {
	color:#ff8820;
	text-decoration: underline;
	}

/* selected link */
a:active {
	color:#ff0000;
	text-decoration:none;
	}  
/* menu */	

table.menu
{
font-size:100%;
position:absolute;
visibility:hidden;
}

/* unvisited link */	
.main a:link {
	color:#ff0000;
	text-decoration:none;
	}

/* visited link */    
.main a:visited {
	color:#ff0000;
	text-decoration:none;
	}

/* mouse over link */
.main a:hover {
	color:#ff8820;
	text-decoration: underline;
	}

/* selected link */
.main a:active {
	color:#ff0000;
	text-decoration:none;
	}
	
.error {text-align: left;
		valign: top;
		color: #ff0000;
		font-size: 15px;
		}

