body {
	width: 70%;
	background-color: white;
	color: black;
	font-family: sans-serif;
	font-size: normal;
	line-height: 110%;
	padding-top: 20px;
}

hr {
	width: 100%;
	text-align: left;
}

dl {
	margin-left: 2em;
}

dl dt {
	margin-top: 1em;
}

dl dd, ul li {
	padding-top: 2px;
}

dl.news dt {
	color: navy;
	font-weight: bold;
}

a {
	text-decoration: none;
	background-color: transparent;
	color: blue;
	font-weight: bolder;
}

a.nobold {
	font-weight: normal;
}
a:hover {
	border-bottom: #ff8888 1px solid;
}

a.noline:hover {
	border: none;
}

abbr {
	display: inline;
	cursor: help;
}

img {
	border: none;
}

.float_right {
	float: right;
	text-align: right;
}

.float_right img {
	border: none;
}


#validatorlink {
	margin-top: 1em;
	font-size: 70%;
}

body>p:first-letter {
	font-weight: bold;
	color: green;
	font-size: 105%;
}

body>p.nofl:first-letter {
	font-weight: inherit;
	color: inherit;
	font-size: inherit;
}

#footerlink:first-letter, #validatorlink:first-letter {
	font-weight: inherit;
	color: inherit;
	font-size: inherit;
}

#header {
	text-align: left;
}
