/*
body {
	background-color: #000000;
	background-image: url("BG.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	margin-top: 0px;
	margin-bottom: 80px;
	margin-left: 120px;
	margin-right: 120px;
}
*/
body {
	margin-top: 100px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 70px;
	background-color: #ff00ff;
	font-color: #000000
}

h1 {
	font-family: arial;
	color: #ff0000;
	font-size: 80%;
	margin-left: 30px;
}

h2 {
	font-family: arial;
	font-variant: small-caps;
	color: #ffffff;
	font-size: 120%;
	margin-left: 10px;
	border-width: thick;
	border-style: outset;
	border-color: green;
}

a:visited {
	color: aqua;
}

a:link {
	color: blue;
}

a:hover {
	color: orange;
	font-style: italic;
}

span.govbox {
	color:red;
	/*
	height: 100%;
	width: 100%;
	border-width: 100px;
	border-style: outset;
	*/
}

h3 {
	font-size: 111%;
	font-family: "Times New Roman";
	margin-left: 101px;
}

#warning {
	background:red;
}

div.box {
	height: 100px;
	width: 100px;
	border: 1px outset black;
	background: orange;
}

div.bigbox {
	height: 50px;
	width: 500px;
	border: 40px outset orange;
	background: blue;
	align: center;
}

#ecklesbox {
	position:absolute;
	bottom:50px;
	left:50px;
}

#topleftpos {
	position:absolute;
	top:5px;
	left:5px;
}

#botrightpos {
	position: absolute;
	bottom:5px;
	right:5px;
}