#menu 
	{
	margin-top:85; 
	float:left; 
	width:110; 
	background-color:#00cccc;
	margin-left:10;
	height:100%;
	}
	
#top 
	{
	float:top; 
	height:85;
	}
	
#body 
	{
	margin-top:85; 
	margin-left:150; 
	}

body
	{
	font-family: Arial,Helvetica;
	width:800;
	}
	
.warning
	{
	background-color:yellow;
	}
.pagetitle
	{
	font-size: Large;
	font-weight: bold;
	}
	
.menulink
	{
	text-decoration: none;
	font-weight: bold;
	}
	
.tiplink
	{
	text-decoration: none;
	font-weight: bold;
	font-size: small;
	}
	
.tipheading
	{
	font-weight: bold;
	}
	
.tipinfo
	{
	font-size: small;
	}
	
.nodeco
	{
	text-decoration: none;
	}
	
.confirmed
	{
	font-size: normal;
	font-weight: bold;
	color: green;
	}
	
.sitetitle
	{
	font-size: xx-large;
	font-weight: bold;
	}
	
.sitesubtitle
	{
	font-size: normal;
	font-weight: bold;
	margin-bottom: 20;
	}
	
.probable
	{
	font-size: normal;
	font-weight: bold;
	color: blue;
	}
	
.possible
	{
	font-size: normal;
	font-weight: bold;
	color: yellow;
	}
	
.untested
	{
	font-size: normal;
	font-weight: bold;
	color: red;
	}
	
.result
	{
	font-size: small;
	}
	
.code
	{
	font-family: courier;
	font-weight: bold;
	color: 111111;
	}

.fineprint
	{
	font-size: xx-small;
	text-decoration: none;
	}
	
.linksectiontitle
	{
	font-size: normal;
	font-weight: bold;
	}

.linkdetails
	{
	font-size: x-small;
	color: #999999;
	}
	
.linkname
	{
	text-decoration: none;
	font-size: small;
	}

.linksource
	{
	font-size: small;
	}
	
.inlinetip
	{
	font-size: small;
	background-color: #E0E0E0;
	text-align: justify;
	margin-left: 30;
	margin: 20px;
	}