<!DOCTYPE css>
element {
}

#body {
 	background-image: url("images/blueprints.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	
}
#h1 {
	font-family: sans;
	font-weight: bold;
	text-align:center;
	font-size:64px;
	color:#000000;
	color: white;
	text-shadow: 3px 3px 0 #000,
	 -1px -1px 0 #000,
	1px -1px 0 #000,
	-1px 1px 0 #000,
	1px 1px 0 #000;
}
#h2 {
	font-family: sans;
	font-weight: bold;
	text-align:center;
	font-size:32px;
	color:#000000;
	color: white;
	text-shadow: 3px 3px 0 #000,
	 -1px -1px 0 #000,
	1px -1px 0 #000,
	-1px 1px 0 #000,
	1px 1px 0 #000;
}
#h3 {
	line-height: 1.8;
	font-family: sans;
	font-weight: bold;
	text-align:center;
	font-size:26px;
	color: white;
	text-shadow: 3px 3px 0 #fff,
	 -1px -1px 0 #fff,
	1px -1px 0 #fff,
	-1px 1px 0 #fff,
	1px 1px 0 #fff;
}
#h4 {
	line-height: 1.0;
	font-family: sans;
	font-weight: bold;
	text-align:center;
	font-size:26px;
	color:#000000;
	color: white;
	text-shadow: 3px 3px 0 #000,
	-1px -1px 0 #000,
	1px -1px 0 #000,
	-1px 1px 0 #000,
	1px 1px 0 #000;
}
#image {
	text-align: center;
}
#a   {
	
	outline-color:  #FFFFFF;
}
{
}

