/* CSS Document */

body,td,th {
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
}
body {
	background-color: #B5A070;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* HOME */

#home {
	width: 800px;
	margin: auto;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	margin-bottom: 25px;
}

#home a {
	color: #666;
	text-decoration: none;
}

#home a:hover {
	color: #CCC;
	text-decoration: underline;
}

#homefooter {
	border-top: 1px solid #333;
}

/*  PAGES  */

#pages {
	color: #FFFFFF;
	font-size: 14px;
	margin: 10px 20px 0 0;
}

#pages h1 {
	font-size: 30px;
	font-weight: normal;
	color: #FFCC99;
}

#pages a {
	color: #FFFF66;
}

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