<!-- Style settings for SBRN homepage //-->
<!-- Copyright (c)2001 GRAAF //-->

body {background-color : rgb(40,40,40)}


td.text {
	font-size : 11pt;
	font-family : Typewriter, Another Typewriter, AmericanTypewriter-Light, Courier;
	color : rgb(150,150,150);
}

td.title {
	font-size : 16pt;
	font-family : Basketcase, Typewriter, Another Typewriter, AmericanTypewriter-Light,Courier;
	font-weight : bold;
	color : white;
}


a {
	font-size : 11pt;
	font-family : Typewriter, Another Typewriter, AmericanTypewriter-Light, Courier;
	color : rgb(150,150,150);
}

a:hover {
	background : rgb(80,80,80);
}


