body {
	background-color: white;
	background-image: url("images/bgnd_penguin.jpg");
	}


h1 {
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	margin-bottom: 24px;
	color: #008080;
	}
	
h2 {
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	margin-top: 24px;
	margin-bottom: 6px;
	color: #008080;
	}
	
h3 {
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 15px;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 6px;
	color: #008080;
	}	
	
h5 {
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 6px;
	}

h6 {
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 12px;
	}
	
p {
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 6px;
	}
	
ul {
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 3px;
	list-style-type: disc;
	}
	
ol {
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 3px;
	list-style-type: decimal;
	}	
	
big {
	font-size: 18px;
	}
small {
	font-size: 11px;
	}
	
a:link {
	color: #008080;
	}
	
a:visited {
	color: #00C0C0;
	}
	
table {
	border: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	margin-bottom: 0;

	}
	
	
