*{
	padding:0;
	margin:0;
}

body {
	background-color:#c8e7ff;
	color:#0072c7;
	font-family:Helvetica, Arial, Verdana, sans-serif;
}

a,a:link,a:visited,a:hover,a:active,a:focus{
	color:#000099;
	text-decoration:underline;
	font-weight:bold;
}
img{
	border:0;
	margin-bottom:6px;
}
p{
	margin-bottom:6px;
	font-weight:bold;
}
h1{
	margin-bottom:6px;
	font-size:2.2em;
}
#wrapper{
	margin:0 auto;
	text-align:center;
	width:900px;
}
#img{
	float:left;
	text-align:center;
	margin-right:20px;
}
.center{
	text-align:center;
}
.left{
	text-align:left;
}
.small {
	font-size:.7em;
}
.clear {
	clear:both;
}
.clearboth {
	clear:both;
	margin:0 auto;
	text-align:center;
	width:777px;
}
.floatleft{
	float:left;
	margin:10px;
}
strong {
	color:#000099;
}
