 /* Andale Mono */ 
 
 body {
	 
	font-family: Tahoma , sans-serif;
	 font-size:larger;
 }
 
 #badthings{
	 min-height: 9em;
 }
 
 p, ul {
	 line-height: 140%;
 }
 
 h1, h2, h3, h4 {
	 font-family: Arial, sans-serif;
 }
 
 h1 {
	 font-size: 200%;
 }

 h2 {
	 font-size: 150%;
 }
 
h3 {
	 font-size: 125%;
 }

 
 a:link, a:visited, a:active, a:hover {
	 text-decoration:none;
	 color:blue;
 }
 
 a:hover { 
	color: black;
 }
 
 body {
	 max-width: 800px;
	 /*border: solid 1px black; */
	 margin:auto;
 }
 
 .drop {
	 padding-top: 5em;
 }
 
 .button, a.button {
	font: bold 12px Arial;
	text-decoration: none;
	background-color: #EEEEEE;
	color:black;
	/* color: #333333; 
	padding: 2px 6px 2px 6px; */
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
	border-radius: 7px;
    font-size: medium;	
	margin-left: 1em;
	margin-right: 1em;
	padding: 10px;
	min-width:10em;
}

.button:hover {
  background-color: white;
  color:red;
}