body {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	margin: 0px;
	bgcolor="#ffffff";

}

.result {
        font-family: Courier New;
	font-size: 11pt;
	font-style: normal;
}

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

a:hover {
	color: #b96260;
	text-decoration: underline;
}

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

.rand {
  	margin-right: 20px;
 	margin-left: 20px;
}
.headbar {
	background-image: url(images/bar.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
        text-align: middle;
        padding-bottom: 4px;
        width: 100%; 
        height: 27px;
	border-width: 0px;
}

.small {
    	font-size: 8pt;
}