html {
	margin: 0;
	padding: 0;
	}
body {
	margin: 0;
	padding: 0;
	color: #000000;
	background: #FFFFFF url(../images/steel.jpg);  
	text-align: left;
	font-family:  verdana, san-serif;
	font-size: .75em;
}
 
a:link {
	color: #000000;
	background: inherit;
	text-decoration: none;
	}
	
a:visited {
	color: #000000;
	background: inherit;
	text-decoration: none;
	}

a:hover { 
	text-decoration: underline; 
	}

a:active {
	color: #FFFFFF;
	background: inherit;
	text-decoration: none;
	}

h1 {
	color: #000000; 
	font-family: arial, verdana, sans-serif; 
	font-size: 16pt; 
	font-weight: bold; 
	text-decoration: none;
}

h2 {
	color: #000000; 
	font-family: arial, verdana, sans-serif; 
	font-size: 13pt; 
	font-weight: bold; 
	text-decoration: none;
}

.homecontent {
	color: #000000; 
	font-family: arial, verdana, sans-serif; 
	font-size: 12pt; 
	font-weight: bold; 
	text-decoration: none;
}

.content {
	color: #000000; 
	font-family: arial, verdana, sans-serif; 
	font-size: 12pt; 
	font-weight: normal; 
	text-decoration: none;
}

.equiplist {
	color: #000000; 
	font-family: arial, verdana, sans-serif; 
	font-size: 12pt; 
	font-weight: normal; 
	text-decoration: none;
}

/*
table {
	border-width: 0;
	margin: 0;
}


td {
	padding: 0px; 
	border-width: 0; 
	vertical-align: top; 
	font-family: verdana, arial;
	font-size: 10pt;
}
*/
