

/* CSS styslesheet for BVH 2010 - NOT another lame, lazy WordPress website. Not pretty CSS but it's not WordPress */

a img {border: none; } 

/* Nav TOP bar links */
a.nav:link {
color:#ffffff;
text-decoration:none;
}
a.nav:visited {
color:#ffffff;
text-decoration:none;
}
a.nav;focus {
color:#ffffff;
text-decoration:none;
}
a.nav:hover {
color:#FF0000;
}
a.nav:active {
color:#FF0000;
}

/* Sub Nav TOP bar links */
a.subnav:link {
color:#000000;
text-decoration:none;
}
a.subnav:visited {
color:#000000;
text-decoration:none;
}
a.subnav;focus {
color:#000000;
text-decoration:none;
}
a.subnav:hover {
color:#FF0000;
}
a.subnav:active {
color:#FF0000;
}

/* Links general No ID */
a:link {
color:#000000;
text-decoration:none;
}
a:visited {
color:#000000;
text-decoration:none;
}
a;focus {
color:#000000;
text-decoration:none;
}
a:hover {
color:#FF0000;
}
a:active {
color:#FF0000;
}


.body {
	font-family: Calibri, Arial, sans-serif;
}



.font10 {
	font-family: ;
	font-size: 10px;
}
.font10b {
	font-family: Calibri, Arial, sans-serif;
	font-size: 10px;
	font-weight:bold;
}

.font11 {
	font-family: Calibri, Arial, sans-serif;
	font-size: 11px;
}
.font11b {
	font-family: Calibri, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
}

.font12 {
	font-family: Calibri, Arial, sans-serif;
	font-size: 12px;
}
.font12b {
	font-family: Calibri, Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
}	

.font14 {
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.font14b {
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.font16 {
	font-family: Calibri, Arial, sans-serif;
	font-size: 16px; 
}
.font16B {
	font-family: Calibri, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.font18 {
	font-family: Calibri, Arial, sans-serif;
	font-size: 18px;
}	
.font18B {
	font-family: Calibri, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.font20 {
	font-family: Calibri, Arial, sans-serif;
	font-size: 18px;
}	
.font20B {
	font-family: Calibri, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}


	
.white {color: #FFFFFF}
.black {color: #000000}

-->


