	body {
		margin: 5px 5px 5px 5px;
                }

	body {
		background-color:  rgb(213, 219, 225);
		background-image:  url(../images/back.gif);
		background-repeat:  repeat;
		padding: 20px;
                }

	#leftcontent {
		float: left;
		width: 20%;
		margin-right: 15px;
		padding-bottom: 20px;
		}

	#rightcontent {
		float: right;
		width: 80%;
		margin-right: 15px;
		padding-bottom: 20px;
		}
	
	p,h1,h2,h3,h4,pre {
		margin: 5px 0 5px 0;
		}
		
	p {
		font-size: 14px;
		}		
					
	h1 {
		color: maroon;
		font-size: 24px;
		font-weight: bold;
		padding-top: 5px;
		padding-bottom: 5px;
		}

	h2 {
		color: maroon;
		font-size: 16px;
		font-weight: bold;
		padding-top: 5px;
		padding-bottom: 5px;
		}

	h3 {
		color: maroon;
		font-size: 14px;
		font-weight: bold;
		padding-top: 5px;
		padding-bottom: 5px;
		}

	h4 {
		font-size: 14px;
		color: red;
		font-weight: bold;
		padding-top: 5px;
		padding-bottom: 5px;
		}

	.floatright {
		float: right;
		margin: 0 0 10px 10px;
		padding: 2px;
		}

	#rightcontent p {
		font-size: 14px;
		margin-left: 5px;
		}
	        
	        	
	.redtext {
		color: red;
		font-weight: bold;
		}

	td.florians {
		background: red;
		}
	td.hired {
		background: yellow;
		}
		
	td.pot {
		background: aqua;
		}

	A:link {text-decoration: none;}
	A:visited {color: black;}
	A:active {text-decoration: none;}
	A:hover {text-decoration: underline overline;}
	
	#footer {
		clear: both;
		padding: 5px;
		margin-top: 5px;
		margin-right: 15px;
		margin-left: 15px;
		border: 1px solid gray;
		background-color: rgb(213, 219, 225);
		}

	#footer p {
		font-size: 12px;
		}
		
