body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: justify;
	background-color: #FFF;
	font-size: 12pt;
	margin: 1% 1% 1% 1%;
    padding-right: 60px;
}

#floatbox {
	float: right;
	background-color: #F90;
	width: 10%;
	border-style: dotted;
	border-width: 1px;
	margin: 3px;
}

a{
	color: #039; 
	background-color: #FFF;
	text-decoration: none; 
	border-bottom: 1px #000;
}
a:active{
	color: #333;
	background-color: #FFF;
}
a:visited { 
	color:#930; 
	background-color: #FFF;
} 
a:hover{
	color: #F90; 
	background-color: #FFF;
}

h1,h2,h3,h4 { margin: 0% 0% 0% 0%; }

h1 { font-size: 200%; }

h2 {
	font-size: 105%;
	font-weight: normal; 
	font-style: normal; 
}

h3 {
	font-size: 140%; 
	font-style: normal;
	margin: 0% 0% 1% 0%;
}

h4 {
	font-size: 100%; 
    font-weight: normal;
	font-style: italic;
}

.small { 
	text-align:justify;
	font-size: 85%;
	color: #888;
	background-color: #FFF;
}

band {
	width:2cm;
}









