﻿body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 10px;
	background-color: #ffffcc;
}
.layout {
  	border:1px black solid;
  	padding:10px;
	position: absolute;
  	width: 700px;
  	left: 50%;
  	margin-left: -350px;
}
.mbl {
	width: 240px;
}
h1 {
	font-size: 18px;
	color: #000099;
	text-align: center;
}
.sub {
	font-size: 12px;
	font-style: italic;
	color: #a78e60;
	text-align: center;
}
h3 {
	font-size: 14px;
	font-style: italic;
	color: #a78e60;
}
h2 {
	font-size: 16px;
	font-style: italic;
	color: #a78e60;
	border-bottom: 1px #a78e60 solid;
}
.blue {
	color:#000099;
}
.maroon {
	color: #990033;
}
.green {
	font-style: italic;
	color: #006900;
}
.smquo {
	font-size: 10px;
	color: #006900;
	margin-left: 15px;
}
sub {
	font-size: 10px;
	color: #006900;
}
.yel {
	background-color: #ffff00;
}

.grn {
	background-color: #aaff00
}

ul, ol {
	margin-left:26px;
}

ul {
	list-style-type:disc;
}

li {
	padding-bottom:10px;
}

