# bastards.css

body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	background: white;
	color: black; 
	text-decoration: none;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}

.hmenu-text { 
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
}

p.ahem {
	display: none;
}

p.caption-sml {
	font-size: 8pt;
	text-align: center;
}

p.caption-sml-i {
	font-size: 8pt;
	text-align: center;
	font-style: italic;
}

p.caption-mid {
	font-size: 9pt;
	text-align: center;
	font-style: italic;
}

p.mid-bold {
	font-size: 12pt;
	text-align: left;
	font-weight: bold;
}

p.lrg-bold {
	font-size: 14pt;
	text-align: left;
	font-weight: bold;
}

p.copyright {
	background: transparent; 
	color: Gray;
	font-size: 7pt;
	text-align: center;
}

#footer {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;

	/* border:	dotted black 2px;	 debug */
}

a:link    {
	color:#00f;
	background:transparent;
	text-decoration: none;
}
a:visited {
	color:#000099;
	background:transparent;
	text-decoration: none;
}
a:active  {
	color:#f00;
	background:transparent;
	text-decoration: underline;
}
a:hover   {
	color:#0066CC;
	background:transparent;
	text-decoration: underline;
}

