/* --- hobel.org css
A:link    { color: orange; }
A:visited { color: orange; }
*/
a:link       { color: rgb(0, 0, 255) }
a:active     { color: rgb(0, 255, 0) }
a:visited    { color: rgb(0, 0, 255) }
a:hover      { color: rgb(255, 0, 0) }
/*
A:hover    { color: red; }
A:active  { color: #7EAF82; }
A:visited { color: blue; }
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
}

.prepagetitle {
	font-family: "Futura Lt Bt", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #777777;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}	
.pagetitle {
	font-family: "Futura Lt Bt", Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-decoration: none;
	color: #6699CC;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.tablebg {
		background-color: #FFFFFF;
}

.imgborder:hover { border: solid #222222 1px; }


UL {list-style-type: square;}



ol {
	font-family: Arial, Helvetica, sans-serif;
	color: #3366CC;
}
.revideo {
	background-color: #996633;
}
.linkcustom {
	color: #FFFFFF;
	text-decoration: none;
}
.linknound {
	color: #0000bb;
	text-decoration: none;
}
a {
	text-decoration: none;
}
.button {background-color: rgb(128,128,128); color:#ffffff; font-size: 8pt;}
.inputc {font-size: 8pt;}