﻿/*----------- Reset ---------------*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/*----------- General ---------------*/
body  
{
	font-family: "Lucida Grande","Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	background: #000000; 
	color: #333; 
}

/* this prevents images from disappearing in IE 6 */
img { 
	border: none; /* and this removes image borders unless explicitly set */
}

.masthead a
{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	margin: 1px 12px 1px 12px;
}
.masthead a:hover
{
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
	margin: 1px 12px 1px 12px;
}

.body
{
	font-size: 14px;
}
.body a
{
	text-decoration: underline;
	color: #666666;
}
.body p
{
	margin-bottom: 25px;
}

.thanks li
{
	margin: 12px 2px 12px 2px;
}

.name
{
	color: #64150e;
	font-weight: bold;
}

.gear td
{
	border-bottom: solid 1px #cccccc;
	font-size: .9em;
	padding: 4px;
}

.gear .head
{
	background-color:#cccccc;
	font-weight: bold;
}
