area a.hover {
	border: 1px solid #ccdddd;
}

body {
	margin-left: auto;
	margin-right: auto;
}

fieldset {
	margin-left: 50px;
	margin-right: 50px
}

h1, h2 {
	color: red
}

li a {
	color: #009966;
	font-weight: bolder;
	font-family: arial, sans-serif;
	font-size: 18px;
	line-height: 28px;
	padding-top: 21px;
	text-decoration: none;
}

td.black {
	font-size: 20px;
	background: #000000;
	color: #ffffff;
	padding: 15px;
}

ul {
	list-style-type: none;
}

#callout {
	background-color: #ffffcc;
	border-left: 1px #000000 dotted;
	border-right: 1px #000000 dotted;
	border-top: 2px #000000 solid;
	border-bottom: 2px #000000 solid;
	padding: 8px;
	margin: 3px
}

#top {
  margin: 20px;
  padding: 10px;
  background: #ccc;
  height: 200px;
}
#left {
  position: absolute;
  left: 10px;
  top: 160px;
  width: 225px;
}
#center {
  background: #ccc;
  margin-top: 0;
  margin-left: 220px;
  margin-right: 220px;
}
#right {
  position: absolute;
  right: 10px;
  top: 160px;
  width: 225px;
}

.cm_links {
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	color: #ffffff;
}

.cm_links a:link {
	color: #ffffff;
	text-decoration: none;
}

.cm_links a:visited {
	color: #ffffff;
	text-decoration: none;
}

.cm_links a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.cm_links a:active {
	color: #ffffff;
	text-decoration: underline;
}

