.bvcu {
	font-family: "Century Gothic", Arial;
	font-size: medium;
}
a:link {
	text-decoration: none;
	font-style: italic;
	color: #990000;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #990000;
	font-style: italic;
}
a:hover {
	text-decoration: underline;
	font-style: italic;
	color: #CC0000;
	font-weight: bold;
	
}
a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #FF0000;
	font-style: italic;
}
.title {
	font-style: italic;
	font-weight: bold;
	color: #990000;
}
.plaintext {
	font-weight: normal;
	text-align: justify;
	font-size: small;
	font-style:normal;
	color:#000000;
}
.smalltext {
	font-size: x-small;
}
.bottombar {
	background-color: #990000;
	color: #FFFFFF;
	font-size: x-small;
	font-weight: bold;
}
.bigtext {
	font-size: large;
}

/* classes */
.image_fr {
	float:right;
	margin:5px;
	border-color: #000000;
	border-width: 1px;
}
.image_fl {
	float:left;
	margin:5px;
	border-color: #000000;
	border-width: 1px;
}

.bold_title {
	font-size: 95%;
	padding: 3px;
	font-weight:bold;
	
}
.centered_bold_title {
	font-size: 95%;
	padding: 3px;
	font-weight:bold;
		text-align: center;
	
}