/* CSS Document */
body {
	background-color: #ffeebb; 
	color: #774422;
	font-family: Arial, Helvetica, sans-serif;
	margin-left:30px;
	margin-right:30px;
}

a {	
	color: #9D494D;
	text-decoration: none;
	font-weight:400;
	
	
}

a:hover {	
	text-decoration: underline;
	}

h1 {
	color: #AE9196;
	font-family: "Century Gothic", "Lucida Sans";
	font-size: 36px;

}

h4 {

	font-family: "Century Gothic", "Lucida Sans";
	font-size: 25px;
	line-height: 35px;

}

td {
font: normal 300 12px/15px verdana, arial, sans-serif;
padding-left: 10px;
padding-right: 10px;
}

.menu {
color: #888888;
font-size:18px;
font-weight: 200;
}

.menu a {
color: #888888;
font-size:18px;
border-bottom:#ddddff thin solid;
font-weight: 200;

}

.menu a:hover {
color: #733639;
font-size:20px;
font-weight: 300;
border-top:#ddddff thin solid;
border-bottom:#ddddff thin solid;
text-decoration: none;
}



#center a {
	color: yellow;	
	text-decoration: none;
}

#center a:hover {	
	text-decoration: underline;
	}

#td {
	padding-left: 5px;
	}

#td a {
	color: #9D494D;	
	text-decoration: none;
	font-weight:400;
}

#td a:hover {	
	text-decoration: underline;
	}

ul {
	list-style:square;
	
}


