/* bhb_plain.css */
/* <link rel=stylesheet href="../util/bhb_plain.css" type="text/css"> */
HR {
   width: 75%;
   align: center
}

font {
   font-family: georgia, times new roman, times, serif;
}

P {
   font-family: georgia, "times new roman", times, serif;
   font-size: 12pt;
}



h1 {
   font-size: 20pt;
   font-weight: bold;
}

h2 {
   font-size: 18pt;
   font-weight: bold;
}

h3 {
   font-size: 16pt;
   font-weight: bold;
}

h4 {
   font-size: 14pt;
   font-weight: bold;
}

.abstract {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 10pt;
}


.fine {
   font-family: arial,sans-serif;
   font-size: 10pt;
}



A:link, A:active, A:visited {
	text-decoration: none;
	color: #0000DD;           /* 0,0,153 */
	background: transparent;
}

A:hover {
   text-decoration: underline;
	color: #0000DD;           /* 153,204,255 */
}
