
body {
background-image: http://www.metalscience.com/images/background_image.jpg;
background-repeat: repeat;
background-attachment: fixed;
background-position: 100% 100%;
}

body.banner {
background-color: #000000;
}

H1 { 
	color: #FFFFFF;
	font-family: verdana; 
	font-size: 22pt/24pt; 
	text-align: left;
	font-style: bold;
	
}

H2 { 
	color: #23238E;
	font-family: verdana; 
	font-size: 18pt; 
	text-align: center;
	font-style: bold;
	
}

H3 { 
	color: #23238E;
	font-family: verdana; 
	font-size: 18pt; 
	text-align: left;
	font-style: bold;
	
}

H4 { 
	color: #23238E;
	font-family: verdana; 
	font-size: 14pt; 
	text-align: center;
	font-style: bold;
	
}

H5 { 
	color: #23238E;
	font-family: verdana; 
	font-size: 14pt; 
	text-align: left;
	font-style: bold;
	
}

H6 { 
	color: #000000;
	font-family: verdana; 
	font-size: 12pt; 
	text-align: left;
	font-style: bold;
	
}


P { 
	color: #000000;
	font-family: verdana; 
	font-size: 11pt; 
	text-align: left;
	font-style: normal;
} 


li {
	color: #000000;
	font-family: verdana; 
	font-size: 11pt; 
	text-align: left;
	font-style: normal;
	margin-left: .2in;
}

A:link {
	color: #000099;
	font-family: verdana; 
	font-size: 11pt; 
	text-align: left;
	font-weight: bold;
	font-style: normal;
   	text-decoration: underline;
   }

A:active {
	color: #0000CC;
	font-family: verdana; 
	font-size: 11pt; 
	text-align: left;
	font-weight: bold;
	font-style: normal;
   	text-decoration: underline;
   }

A:visited {
	color: #0000FF;
	font-family: verdana; 
	font-size: 11pt; 
	text-align: left;
	font-weight: bold;
	font-style: normal;
   	text-decoration: underline;
   }


A:link.nav {
	color: #FFFF00;
	font-family: verdana; 
	font-size: 9pt; 
	text-align: center;
	font-weight: bold;
	font-style: normal;
   	text-decoration: none;
   }

A:active.nav {
	color: #FFFF00;
	font-family: verdana; 
	font-size: 9pt; 
	text-align: center;
	font-weight: bold;
	font-style: normal;
   	text-decoration: none;
   }

A:visited.nav {
	color: #FFFF00;
	font-family: verdana; 
	font-size: 9pt; 
	text-align: center;
	font-weight: bold;
	font-style: normal;
   	text-decoration: none;
   }



