html, body {
	margin:0;
	padding:0;
}

body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #eee;
	color: #000;
	font-size: 100%;
}

a{
	color: #194BA8;
	text-decoration: none;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
}

p, li {
	line-height: 1.8em;
}

h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 5px 0;
	text-align: center;
}

h1 {
	padding: 0;
	font-size: 2.4em;
	color: #194BA8;
}

h1 a{
	color: #194BA8;
}

h2 {
	font-size:1.4em;
	color: #666;
}

h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 5px 0;
	text-align: left;
}

pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}

div#page {
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}

div#container {
	padding: 20px 40px;
}

div#ads {
	clear: both;
	padding: 12px 0 12px 50px;
}

div#footer {
	clear: both;
	color: #333;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

/*------------------------------
clearfix
------------------------------*/
/* For modern browsers */
.cf:before,.cf:after {
	content:"";
	display:block;
	overflow:hidden;
}

.cf:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}

.contents{
	width: 100%;
}

.contents h3{
	font-size:1.4em;
	font-weight: 600;
	color: #194BA8; 
	border-bottom: 2px solid #194BA8;
	padding: 10px 0 5px 5px;
}

.contents ul{
	padding:0 0 10px;
}

.contents li{
	width: 31%;
	float: left;
	font-size:1em;
	font-weight: 400;
	list-style: none;
	margin-bottom: 8px;
	padding-left: 2%;
}

.contents li a{
	text-decoration: underline;
	color: #333;
	margin-left: 8px;
}

.notes{
	margin-left: 10px;
	color: #C4080C;
}