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

body{
	background-color:#c00;
}

.header{
	width:100%;
	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:100%;
	text-align:center;
	height:33px;
	border-bottom:dashed;
	border-bottom-color:#000;
	margin-bottom:1%;
}

.menu ul{
	list-style:none;
}

.menu ul li{
	floating:left;
	display: inline;
	padding:10px 25px 0px 0px;
}

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

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

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

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

p1{
	font-size:18px;
}


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

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

