@charset "UTF-8";
/* CSS Document */

body{
	background-color:#c00;
}

.header{
	width:95%;
	height:60px;
	background-color:#90C;
	text-align:center;
	border:groove;
	border-width:medium;
	border-color:#FC0;
	margin-bottom:.5%;
}

h1{
	font-size:25px;
}

.menu{
	width:95%;
	height:140px;
	border-bottom:dashed;
	border-bottom-color:#000;
	margin-bottom:6%;
}

.menu ul{
	list-style:none;
}

.menu ul li{
	width:95%;
	margin:0 auto;
	text-align:center;
}

.menu ul a:link, .menu ul a:visited{
	color:#FFF;
	display:inline-block;
	display:block;
}

.menu ul a:hover, .menu ul a:active{
	background-color:#90C;
	text-shadow:none;
}

.text{
	width:95%;
	float:left;
	border:groove;
	border-width:medium;
	color:#FC0;
	border-color:#000;
	text-align:center;
}

p{
	font-size:25px;
	font-style:italic;
}

p1{
	font-size:12px;
}


.image{
	width:95%;
	float:left;
	border:groove;
	border-width:medium;
	text-align:center;
	border-color:#000;
}

.footer{
	width:95%;
	height:15px;
	background-color:#90C;
	float:left;
	text-align:center;
	border:groove;
	border-width:medium;
	border-color:#FC0;
}

