body, th, td, pre {
    font-size: 80%;
    font-family: verdana,arial,helvetica,sans-serif;
}

body { background-color: #ffffff; }

h1, h2, h3 {
    font-weight: bold;
    color: #000033;
    font-family: verdana,arial,helvetica,sans-serif;
    text-align: center
}

h1 { font-size: 150%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }

A { 
    font-family: verdana,arial,helvetica,sans-serif;
	 font-weight: bold;
    text-decoration: none;
}
	
A:link { color: #9E0B0E; }
A:visited { color: #9E0B0E; }
A:active { color: #9E0B0E; text-decoration: underline; }
A:hover { text-decoration: underline; }

.Label
{
	font-weight: normal;
	width: 138px;
	border: 1px solid white;
	text-align: center;
	color: #000000;
	background-color: #f3f3f9;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin: 2px 1px 2px 1px;
	padding: 1px 2px 1px 0px;
	vertical-align: middle;
}
