body {
/*	background: #CCFFFF; */
	background: white; 
	margin: 2em;
	font-family: palatino, georgia, times new roman, serif; }

table {
	border: 0px solid black;
	margin: 10px; }

tr { padding-top:20px; padding-bottom:20px; margin-top: 20px;
margin-botom: 20px; }

.label {
	padding-right: 20px;
	padding-left: 10px;
	text-align: right;
	font-weight: bold;
	vertical-align:top; }

.mouseoverinfo {
  border-bottom: dotted 1px; }

a:visited {
	color: #669966;
	text-decoration: none; }

a:link {
       color: #336699;
       text-decoration: none; }

a:hover {
        color: #CC0000;
        border-bottom: dotted 1px; }
