/* Some styles used by the "Cascading Popup Menus" script. */


.lowText{
 color: #FFFFFF;
 background-color: transparent;
 font: 14px Arial, sans-serif;
 text-align: center;
 text-decoration: none;
}

a.lowText:link{
 color: #FFFFFF;
 background-color: transparent;
 font: 14px Arial, sans-serif;
 text-align: center;
 text-decoration: none;
}

a.lowText:visited{
 color: #CCCCCC; 
 background-color: transparent;
 font: 14px Arial, sans-serif; 
 text-decoration: none; 
 text-align: center 
}

a.lowText:focus{
 color: #FFFFFF;
 background-color: transparent;
 font: 14px Arial, sans-serif;
 text-align: center;
 text-decoration: none;
}

a.lowText:hover{
 color: #FFFFFF;
 background-color: transparent;
 font: 14px Arial, sans-serif;
 text-align: center;
 text-decoration: none;
}

a.lowText:active{ 
 color: #CCCCCC;
 background-color: transparent;
 font: 14px Arial, sans-serif;
 text-align: center;
 text-decoration: none;
}



.highText, a.highText:link{
 color: #FFFFFF;
 background-color: transparent;
 font: 14px Arial, sans-serif;
 text-align: center;
 text-decoration: none;

} 

a.highText:visited{
 color: #CCCCCC;
 background-color: transparent;
 font: 14px Arial, sans-serif;
 text-align: center;
 text-decoration: none;

}

a.highText:focus, a.highText:hover, a.highText:active {
 color: #FFFFFF;
 background-color: transparent;
 font: 14px Arial, sans-serif;
 text-align: center;
 text-decoration: none;
}




/* Borders used by some items */

.itemBorder {
 border: 1px solid #666666;
}
.itemBorderBlank {
 border: 1px solid #CCCCDD;
}
img {
border: none;
}

/* Additional rubbish that has absoultely nothing to do with the menu system.
Seriously folks, this is NO way to build a website. :(
*/


body{
background-color: black;
color: white;
}


h1.cont {
	text-align: center;
	
}

.spec { 
color: black; 
font: 12 Arial; 
margin-left: 20px 
}

h1.spec {
text-align: left;
font-size: 16pt;
  margin-bottom:0px;
  margin-top: 24px;
}

p.spec {
margin-top:1px;
margin-bottom: 0px;
text-align: left;
}

#ironlist p{
  color: black;
font: 12 Arial;
  margin-top: 1px;
  margin-bottom: 0px;
  margin-left: 40px;
}

#gradelist p{
  color: black;
font: 12 Arial;
  margin-top: 1px;
  margin-bottom: 0px;
  margin-left: 105px;
}

#moldlist p{
  color: black;
font: 12 Arial;
  margin-top: 1px;
  margin-bottom: 0px;
  margin-left: 190px;
}

a.spec:link { color: red }

a.spec:visited { color: gray }

table.center{   margin-left: auto;
   margin-right: auto;} 
