body {
	font-family: 'Gill Sans', Arial, Verdana, Sans-serif;
   margin: 0px;
}

#content {
   margin: 10px;
   margin-bottom: 30px;
   min-height: 400px;
}

#footer {
   clear: both;
   color: #666;
   margin: 0px;
   margin-top: 20px;
   padding: 25px;
   background: #eee;
   border-top: 1px solid #ccc;
   min-height: 50px;
   font-size: 14px;
}

#footer a:link, #footer a:visited {
   color: #333;
   text-decoration: none;
   border-bottom: 1px solid #444;

}

#footer a:hover {
   color: #333;
   text-decoration: none;
   border-bottom: 1px solid #444;

}

#header {
   margin-top: 10px;
   margin-left: 20px;
   margin-bottom: 15px;
   color: #ccc;
}

#header a:link, #header a:visited {
   color: #ccc;
   text-decoration: none;
}


#header a:hover {
	text-shadow: #666 1px 1px 1px;
   border-bottom: 1px solid #ccc;
}

.darker {
   padding-right: 2px;
   padding-left: 2px;
   color: #444;
}

#favorites {
   margin-left: 5%;
   margin-right: 5%;
}

td.fav {
   width: 30%;
}

.fav_body {
   font-size: 13px;
   text-align: left;
}

.fav_title {
   font-size: 16px;
}

.fav_title a:link, .fav_title a:visited {
   text-decoration: none;
   color: #444;
}

.fav_title a:hover {
   color: #444;
	text-shadow: #666 2px 2px 2px;
}

.fav_date {
   margin-top: 2px;
   font-size: 14px;
}

.fav_body a:link, .fav_body a:visited {
   color: #444;
   text-decoration: none;
   border-bottom: 1px solid #444;
}

.fav_body a:hover {
   color: #444;
	text-shadow: #999 2px 2px 1px;
   border-bottom: 1px solid #333;
}

.row {
}

#favorite {
   margin-left: 10%;
   margin-right: 10%;
}

#related {
   text-align: left;
   margin-top: 10px;
   font-size: 14px;
   color: #444;
   margin-bottom: 20px;
}

#related a:link, #related a:visited {
   color: #666;
   text-decoration: none;
   border-bottom: 1px solid #444;
}

#related a:hover {
   color: #444;
   border-bottom: 1px solid #333;
}

#related #category {
   float: left;
   width: 49%;
   margin-bottom: 10px;
}

#related #date {
   float: left;
   margin-bottom: 10px;
}

#related_footer {
   clear: both;
   margin-top: 15px;
   padding-top: 10px;
   color: #666;
   font-size: 12px;
   text-align: center;
   border-top: 1px solid #ccc;
}


#pages {
   padding-left: 10px;
}

#pages a:link, #pages a:visited {
   color: #666;
   text-decoration: none;
   border-bottom: 1px solid #eee;
}

#pages a:hover {
	text-shadow: #999 2px 2px 2px;
   border-bottom: 1px solid #666;
}

#footer div.section {
   margin-bottom: 15px;
}
