@font-face {
  font-family: 'Didact Gothic';
  font-style: normal;
  font-weight: 400;
  src: local('Didact Gothic'), local('DidactGothic'), url(./DidactGothic.woff) format('woff');
}

html, body {
	margin:0;padding:0;
}

#top {
	background: #000;
}
#middle {
	
}
#outer {
	width: 900px;
	padding: 0;
	margin: auto;
}

.intro { font-family:'Chelsea Market';}
.intro .welcome { 
	font-size:10px;
	color: #525252;
}

.hide {display:none;}

a { text-decoration: none; color:#377A72; }
a:hover { text-decoration:underline; }
	
table, th, td {
   border: 1px solid #ccc;
   padding: 10px;
}

.modtag { text-align:center; font-family: 'Didact Gothic'; padding-bottom:30px; }
.modtag img { width:100%; max-width:115px; }
.modtag a { text-decoration:none; }
.modtag a:hover .modtitle{ color:#CD5B1F }
.modnum { font-size: 14px; color:#978E89;margin-top:4px;}
.modtitle { font-size: 20px; color: #4D403A;line-height: 17px;}