a:link { 
	color: #0000bb ;
	text-decoration: underline;
}


a:visited { 
	color: #000088 ;
	text-decoration: underline;
}


a:hover {
#	color: #990000 ;
	text-decoration: none;
	background-color: #ffff9f;
}


h1 {
	color: #000022;
	text-align:center;
}


h2 {
	color: #330044;
	text-align:center;
}


h3,h4,h5 {
	color: #550066;
	text-align:center;
}


body {
	background-color: #fff8ff;
}


select {
	border: 1px solid black;
	font-size: smaller;
} 


a.plain:hover,a.plain:link{
	color: #000099;
	text-decoration: none;
}

.a.plain:visited {
	color: #990000 ;
	text-decoration: underline;
}


.readbelow {
	text-align:center;
	font-style:italic;
	padding-bottom:10px;
	font-size:80%;
}

.table-lines td {
	border-bottom:1px solid #ccc;
}

table td {
	vertical-align:top;
}

.table-outline {
	border:1px solid #999;
	background-color:#fbfbfb;
	padding:10px;
}