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

body {
	background-color:#DCF690;
	color:#0B273C;
}

#header {
	width:712px;
	height:236px;
	margin:0 auto;
	text-align:center;
	font-family:Helvetica;
	border: thick solid #0B273C;
	background-color:#EEDF3A;
	background-image:url(images/5.jpg)
	}
	 
#content {
	width:712px;
	height:100%;
	margin:0 auto;
	background-color:#ffffff;
	text-align:center;
	border: thick solid #0B273C;
	 }
	 
#contentext {
	width:650px;
	height:80px;
	margin:0 auto;
	border: medium solid #ffffff;
	background-color:#0B273C;
	color:#FFFFFF;
	 }
	 
p {
  font-family:Arial;
  font-size:12px;
  font-weight:bold;
  margin:10px;
  color:#DCF690;
  }
  
  
h2 {
	font-size:40px;
}
  
a:link { 
	color: #0B273C;
	}
a:visited { 
	color: #0B273C;
	}
a:hover { 
	color: #333333;
	background-color: #EEDF3A;
	text-decoration: none;
	}
a:active { 
	color: #0B273C;
	}