body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #EAEAEA;
}
p {padding-right: 10px; }

a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #006599;
}
a:visited {
	text-decoration: none;
	color: #006599;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 1.2em;
	color: #006599;
}
h2 {
	font-size: 1.1em;
	color: #006599;
}
.bottom {
border-bottom:thin solid #ccc;
}
.top {
border-top:thin solid #ccc;
}
.left {
border-left:thin solid #ccc;
}
.right {
border-right:thin solid #ccc;
}
.sides{
border-right:thin solid #ccc;
border-left:thin solid #ccc;
}
.all {
border:thin solid #ccc;
}
.smalltext {
font-size:.8 ems; 
}