@charset "utf-8";
/* CSS Document */

a {
	color:#000;
	text-decoration: none;
	}
a:visited {
	color: #000;
}
a:hover {
	color: #999;
}
a:active {
	color: #000;
}

body, html {
	background-image:url(images/UB_front2.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-attachment:scroll;
	margin: 0px;
	text-align: left;
	}
	
	
.brodtext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	text-align: left;
}
.line {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #D3C714;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: center;
}
.firstgreen {
	color: #D3C714;
}

