/* CSS Document */


body {
	background-color: #1a1a1a;
	background-image: url(images/background_plain.jpg);
	background-repeat: no-repeat;
	margin: 0;
	font-size:x-small;
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color:#bababa;
	text-align:center;/*included to make content sit in the centre in IE5/win - cancelled out later*/
	height: 30px;
	}

* html body {
	font-size:xx-small; /*for IE5/Win*/
	f\ont-size: x-small; /*for other IE versions*/
}	
	
#maincontent {
	width:680px;
	margin: 10px 0 10px 0;
	text-align:left;/*included to equal out the text align in body div*/
	}

h1, h2 {
	display:none;
	}	
	

#menu {
	font-size: small
	}

#menu a:link {
	color: #4f7f9d;
	text-decoration: none;
	
	}
#menu a:visited {
	color: #4f7f9d;
	text-decoration: none;
	}
	
#menu a:hover {
	color: #6db1dd;
	text-decoration: none;
	}

#textarea {
	margin: 40px 0 20px 0; 
	font-size: 120%;
	}
	
#textarea p {
	line-height: 1.8em;
	padding: 0 0 .8em 0;
	}	

#textarea a:link {
	color: #4f7f9d;
	text-decoration: none;
	
	}
#textarea a:visited {
	color: #4f7f9d;
	text-decoration: none;
	}
	
#textarea a:hover {
	color: #6db1dd;
	text-decoration: none;
	}

#footer {
	color:#676767;
	font-size:110%;
	}

#footer a:link {
	color: #4f7f9d;
	text-decoration: none;
	}
	
#footer a:visited {
	color: #4f7f9d;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #6db1dd;
	text-decoration: none;
	}

	

			
