﻿dl, dt, ul, li {
	margin: 0;									/* sets up the margin/padding around all the boxes - clears to 0px */
	padding: 0;
	list-style-type: none;
	}
body {										/* sets the general paramiters for the site */
	margin: 0;
	padding: 0;
	background: White;
	}
	
#button_row ul {
	margin:0;
	height:30px;
	list-style-type:none;
	}

#button_row li {
	list-style-type:none;
	height:30px;
	text-align: center;
	margin:0;
	float:left;
	}

#button_row a {
	text-decoration: none;	
	color: black;
	display: block;	
	width: 115px;
	height:30px;
	background-color:#97c066;
	text-align: center;
	}
	
#button_row ul a:hover{
	background-color: #70b41f;
	color: black;
	}





