* { font-family:"Trebuchet MS", Lucida, Verdana; font-size: 12px; font-weight: normal; }

	
body {
	background: #888888; 
	margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
	text-align: center;
	font-size: 14px; 
	color: #000; 
	font-family: Verdana;
  }
	
@font-face {
    font-family: "typewriter";
      src: url(http://www.ryanswift.com/rough_typewriter.otf) format("opentype");
}
p.customfont { 
    font-family: "typewriter", Verdana, Tahoma;
		font-size:24px;
}



	
h2 {
  display:none; 
	}

ul {
  list-style-type:none;
  margin:0;
  padding:0;
}

li {
  display:inline; 
  height: 25px; 
	width: 170px;
	border: 1px solid #000000; 
	margin-right: 5px; 
	background: #AAAAAA; 
	text-decoration: none; 
	filter:alpha(opacity=100); 
	-moz-opacity:1.0;	
	opacity: 1.0;
}

a {
  text-decoration: none; 
	font-size: 10px; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top:  15px;
	padding-bottom: 15px; 
	color: #000; 
	font-family: Verdana;

}


#nav { 
  width: 690px;
	margin-left: auto;
  margin-right: auto;
	margin-top: 10px;
	}
