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


body {
	background-color: #FFCC66;
	width: 70%;
	padding: 150px 150px;
	font-family: verdana, geneva, helvetica;
	font-size: 13px;
	line-height: 150%;
	
}



p {

	width: 60%;
	background-color:#FFFFCC;
	padding: 70px 120px 70px 70px;
	border-right: solid #0000FF 50px;
	
}
a:link {
	color: #000000;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

h1, h2, h4 {
	
	color: #000000;
	padding: 50px 0 50px 30px;
	font-size: 20px
}

h3 {

	text-align: center;
	font-size: 25px;
	color: #0000FF;

}