body {
	margin: 10px;
	padding: 0;
	background-color: #666666;
	text-align: center;
}

#top {
  margin: 10px;
  height: 90px;
}

#left {
  position: absolute;
  left: 10px;
  top: 120px;
  width: 200px;
}
#center {
	margin-top: 0;
	margin-left: 200px;
	margin-right: 20px;
	font-family: Georgia, Times, serif;
	color: #000000;
	font-size: 1.2em;
}


/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}
#apDiv1 h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}



a:link {
	color: white;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

a:visited {
	color: white;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {color: black;}

a:active {color: white;}
.Yellow {
	color: #FF6;
	font-size: large;
	font-weight: bold;
}
.smaller {
	font-size: smaller;
}

