<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
                "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<!-- Buggy Freaks web page
	Author: Chris Bowlsby
	Date: 4/2/2005
-->
<title>Buggy Freaks!</title>
</head>

/* Buggy Freaks screen styles */
body 

h1 {font-family: franklin gothic medium; color: orange}
h2, h3 {font-family: franklin gothic medium; color: steelblue}
h4 {font-family:  franklin gothic medium; color: firebrick}
h5, h6 {font-family: franklin gothic medium; text-align: center}
adress {color: orange; font-style: normal; font-variant: small-caps; text-align: center; clear: both}

#links {width: 165px; float: left; background-color: khaki; margin-right: 10px; border: outset; padding: 10px}
#links a {display: block; font-family: sans-serif; color: steelblue; font-size: 12pt}
#links a.newgroup {margin-top: 15px}
#links a:hover {color: black; text-decoration: underline}
#links a:visited {color: firebrick; text-decoration: underline}
#links a:active {color: yellow}

#flametree {float: inherit; margin-right:10px}

#plinks{width: 250px; float: left; background-color: ivory; margin-right: 10px}
#plinks a {display: block; font-family: sans-serif; color: steelblue; font-size: 12pt}
#plinks a.newgroup {margin-top: 15px}
#plinks a:hover {color: black; text-decoration: underline}
#plinks a:visited {color: firebrick; text-decoration: underline}

#main {width: 78%; float: left; border-left: 2px solid steelblue; padding-left: 10px; font-weight: 900}


</body>
</html>









