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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal
	margin:0;
	padding:0;
	background-color:#ddd;
}
.container {
	background-color:#fff;
	padding:20px;
	border:#aaa 1px solid;
	margin:0 auto;
}
	
img a {
	border:none;
}
.topnav {
	float:right;
	font-weight:bold;
	font-size: 12px;
	margin-top:-10px;
	margin-bottom:10px;
}
.topnav a:link, .topnav a:visited {
	text-decoration:none;
	padding:3px 10px;
	margin: 0 1px;
	color:#FF0;
	background-color:#900;
}
.topnav a:hover {
	text-decoration:none;
	color:#900;
	background-color:#ff0;
}
.sub1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	color: #900
}
.sub2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	color: #900
}
.sub3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	color: #900
}
li { padding-bottom: 3px; }


