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

h1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 12px;
	font-weight: bold;
	color: #d69438;
	text-align: left;
	}
	
h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 3px;
	font-weight: bold;
	color: 002499;
	text-align: center;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 002499;
	}
.body{
	background-color: #fffee7;
	}
	
p	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002136;
	text-align: justify;
	}
	
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fffee7;
	text-align: center;
	}
#pics {
	text-align: center;
	padding: 10px;
	background-position: center;
	height: 220px;
	width: 220px;
	position: relative;
	float: right;
	}
