img
	{
	border: 2px solid gray
	}

pre
	{
	font: 6pt/8pt
	}

p,blockquote
	{
	font: 12pt/14pt
	font-family: verdana, arial, 'sans serif'; 
	}

h1,h2,h3,h4,ul
	{
	font-family: verdana, arial, 'sans serif'; 
	font: 14pt
	}

table,li,td
	{
	font-family: verdana, arial, 'sans serif'; 
	font: 12pt
	}

ul
	{
	list-style: disc; 
	}

ol
	{
	list-style: decimal; 
	}

body
	{
	background: black url(back.jpg);
        background-attachment: fixed
	}

h1,h2,h3,h4,hr,p,ul,blockquote,pre
	{
	color:white; 
	}

a:link    {color:red}
a:visited {color:red}
a:active  {color:fuchsia}
a:hover   {color:fuchsia}

div.container
	{
	width:100%;
	margin:0px;
	border:1px solid gray;
	line-height:150%;
	}
div.header,div.footer
	{
	padding:0.5em;
	color:white;
	background-color:gray;
	clear:left;
	}
h1.header
	{
	padding:0em;
	margin:0;
	}
div.left
	{
	float:left;
	width:35%;
	margin:0;
	padding:1em;
	}
div.content
	{
	border-left:1px solid gray;
	margin-left:35%;
	padding:1em;
	}

