#intro {
	font-family : Perpetua, "Times New Roman", Times, serif;
	border : medium solid #ffbd00;
	padding-left : 20px;
	padding-right : 20px;
}
#logo{
	background-image : url(/img/logo.jpg);
	background-position : center;
	background-repeat : no-repeat;
	background-color : #ffbd00;
	height : 200px;
	width : 100%;
}
BODY {
	margin-bottom : 0;
	margin-left : 200;
	margin-right : 100;
	margin-top : 0;
	background-color : #fdeb7f;
	color : #6b652f;
}

#object1 {
	width: 200px;
}

.leftmenu {
	width: 200px;
}

.leftmenu a{
	text-decoration : none;
	color: #FFCC33;
}

.leftmenu a:hover{
	text-decoration : none;
	color: #FFFFFF;
}



#object1 a{
	text-decoration : none;
	color: #FFCC33;
}

#object1 a:hover{
	text-decoration : none;
	color: #FFFFFF;
}

#object1 h1{
	font-family :  Times, serif,"Times New Roman";
}

#object1 th{
	font-family :  Times, serif, "Times New Roman";
	text-align : left;	
}

#object1 td{
	font-family : Times, serif,  "Times New Roman";
	text-align : left;	
}


.menuitem{
	background-color : #FF3399;
	color : #FFCC33;
	font : larger;
	border : 1px solid Black;
}
