html {	background: #ffffff; }
body {	background: #ffffff;
	color: black;
	margin-top: 0px;
	font-family: helvetica,arial;
	font-size: 1em;
}

a:link {
  text-decoration: none;
  color: #80b8f0;
  border-bottom: 0px;
}
a:visited {
  text-decoration: none;
  color: #80b8f0;
  border-bottom: 0px;
}
a:active { text-decoration: none; }
a:hover { text-decoration: none;
  border-bottom: 1px solid #ffd34d;
}

img { border: 0px; }

#bodyarea {
	text-align: center;
	margin: 0 auto;
	background-color: #dddddd;
	color: black;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	width: 600px;
	font-size: 1.3em;
}
