/* whywaste.css */

body
	{
	background-color: #77686d;
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 9pt;
	}

#linktitles h2
	{
	color: #f7d117;
	font-size: 20pt;
	font-weight: bold;
	}
	
.titlecolour
	{
	color: #f7d117;
	}

.secondarycolour
	{
	color: #f7d117;
	}

a:link, a:visited
	{
	font-size: 9pt;
	color: #f7d117;
	}

a:hover, a:active
	{
	font-size: 9pt;
	color: #f7d117;
	text-decoration: underline;
	}

div#contentwindow
	{
	width: 450px;
	background-color: #77686d;
	}

div#newslinkssearch
 	{
	width: 201px;
	padding: 0 10px 10px 10px;
	background-color: #77686d;
	}

div#mappinglogo
	{
	float: left;
	width: 113px;
	height: 56px;
	background-image: url("whywaste.png");
	}


input#reset, input#submit, input#submitbutton {
	color: #826e0d;
	background-color: #f7d117;
	margin-right: 10px;
	border: 1px solid #826e0d;
	text-align: center;
	padding: 2px;
	width: 80px;
}
