body {
	background-color:#FFFF00;
	font-size:100%;
	padding: 0px;
	margin: 0px;
}

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	width: 990px;
	padding: 5px;
	border: 0px;
}

#content td {
	width: 495px;
	vertical-align:top;
	border-collapse:collapse;
	padding: 5px;
	border: 0px;
}

#footer {
	background-color:#0000BF;
	padding: 10px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.75em;
}

h1 {
	text-align:center;
	font-family: 'Comic Sans MS', cursive;
	font-size: 2.0em;
	font-weight: bold;
	color: #000000;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-bottom: 3px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	line-height: 1.125em;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-bottom: 3px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	line-height: 1.125em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 2px;
}

p {
	font-family: 'Comic Sans MS', cursive;
	font-size: 1.0em;
	color: #000000;
	line-height: 1.125em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 5px;
}

a {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #551A8B;
	text-decoration: none;
	font-weight : bold;
}

a:hover {
	font-size: 1.125em;
	color: #0000FF;
	text-decoration: none;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	color: #FFFFFF;
	padding: 3px 0;
   	margin: 3px 0;
}

p.indent {
	text-align:justify;
	text-indent:50px;
}

.center {
	text-align:center;
}
