body {
	background-image: url(images/iron_structure_tile.png);

}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #0099FF;
	font-style: normal;
	font-weight: lighter;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	font-size: 18px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #669999;
	font-weight: bolder;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #CC0000;
	font-style: normal;
	font-weight: bolder;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
}
a {
	color: #0099FF;
	text-decoration:none
}
a:hover {
	color: #CC3300;
}
a:active {
	color: #000099;
}

.blend img {
opacity: 0;
-moz-opacity: 0;
-khtml-opacity:0;
filter: alpha(opacity=0);
}
