a:link		
			{	
				color: #0000ff;
			}
a:visited	
			{
				color: #ff0000;
			}	
body 		
			{	
				background: #ffffff;
				color: #000000;
			}
div
                        { 
				 border-color: #000000;
				 border-width: thin;
				 border-style: none;
                        }
div.content
			{
				 width: 80%;
                                 
			}
div.main
			{
				float: left;
				width: 80%;
			}
div.linkybar
			{
				float: left;
				width: 19%;
			}
div.newline
			{
                                clear: both;
			}
div.ri
			{
				float: right;
                                padding: 3%;
			}
div.lf
			{
				float: left;
                                padding: 3%;
			}
div.spacer1
			{
				height: 175px;
			}

div.thelinks
			{
				background: #e0d5c5;
				border-color: #000000;

				border-right-width: thin;
				border-right-style: solid;
				border-left-width: thin;
				border-left-style: solid;
				border-top-width: thin;
				border-top-style: solid;
				border-bottom-width: thin;
				border-bottom-style: solid;

			}
h1, h2, h3, h4, h5, h6
			{
				text-align: center;
			}
p.smaller
{
font-size: 11px;  
}
table
			{
				border-width:  0px;
			}
