/* Filename: mototek.css - Moto-tek Industries stylesheet */
/* TLH - 08/22/2005 - Original revision */

body 
	{
	margin: .1in;
	font-size: 11pt;
	width: 800px; 
	font-family: sans-serif;
	font-weight: normal;
	text-align: center;
	}
	
.centerblockabsolute 
	{
  	position: absolute;
  	width: 800px;
  	left: 50%;
  	margin-left: -400px;
	margin-top: .1in;
	}


.mainbody
 	{
 	margin: .1in;
 	font-family: sans-serif; 
 	font-weight: normal;
 	color: black;
 	}

 H1
 	{
 	margin: 0in;
 	font-family: sans-serif;
 	font-weight: bold;
 	color: black;
 	text-align: center;
 	}
 	
 H2 
 	{
 	margin: 0in;
 	font-family: sans-serif;
 	font-weight: bold;
 	text-align: center;
 	}
 	
 H3 
 	{
 	margin: 0in;
 	font-family: sans-serif; 
 	font-weight: bold;
 	color: black;
 	text-align: center;
 	}


 H4
 	{
 	margin: 0in;
 	font-family: sans-serif; 
 	font-weight: bold; 
 	color: black;
 	text-align: center;
 	}
 
 H5 
 	{
 	font-family: sans-serif;
 	font-weight: bold;
 	color: black; 
  	text-align: center;
 	}
 
 H6 
 	{
 	font-family: sans-serif;
 	font-weight: normal;
 	color: black;
 	text-align: center;
 	}
 
 a:link 
	{
	color: blue;
	font-family:  sans-serif;
	font-weight: bold;
	}

a:visited
	{
	color: blue;
	font-weight: bold;
	}

a:hover 
	{
	color: purple;
	font-weight: bold;
	}

a:active
	{
	color: blue;
	font-weight: bold;
	}
