
body			
a		{ 	 text-decoration:none;
		}
		
a:link { 
	color: #009900;
	}

a:hover	{ 	color:#00CC00; 
		}
a:visited { 
	color: #009900;
	}
		
.navigation	{	font-size:8pt;
				text-decoration:none;
			}
			
.commentbox	{	width:500px;
				height:150px;
				background-color:#FBCE96;
				background:url(images/tile.gif);
			}
			
.forminput	{	background-color:#FBCE96;
				background:url(images/tile.gif);
			}
			
.nomargin	{	margin:0px;
				padding:0px;
			}
			
.sectionTitle	{ color:#FBCE96;
				}
