body {
	text-align: center;
 	background-color: #000000;
	background-image: url(strips.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

a:link {
	color: #ffffff;
	text-decoration: underline;
}


a:visited {
	color: #eeeeee;
	text-decoration: underline;
}

a:hover {
	color: #ff0000;
	text-decoration: underline;
}


a#button {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
	display: block;
	width: 130;
	height: 20px;
	border: 2px solid #FFFFFF;
 	background-color: #333333;
	color: #ffffff;
	margin: 4 auto;
}
a#button:hover {
	border: 2px dotted #FFFFFF;
 	background-color: #000000;
	font-weight: bold;
	color: #FFFFFF;
}

h1 {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 30pt;
	text-transform: capitalize;
	font-family: Arial;
	color: #ffffff;
}

h3 {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 20pt;
	text-transform: capitalize;
	font-family: Arial;
	color: #ffffff;
}

h6 {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
}

p {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial;
	font-size: 8pt;
	color: #ffffff;
}

img {
	border: 0px
}

div.container {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	height: auto;
	width: 700px;
	color: #ffdb79;
	border: 3px Solid #FFFFFF;
 	background-color: #424242;
}

div.container div.box {
	width: 500px;
	text-align: left;
	padding: 0px;
	margin-left: 180px;
	margin-top: 30;
	margin-bottom: 50px; 
	border: 5px double #FFFFFF;
 	background-color: #121212;
}

div.header {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	height: 200px;
	width: 700px;
	color: #ffdb79;
	background-image: url(dpghead.jpg);
	background-position: center center;
	background-repeat: no-repeat;
 	background-color: #4b657c;
}

div.footer {
text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	height: auto;
	width: 700px;
	color: #ffdb79;
}

div.container div.links {
	float: left;
	text-align: left;
	margin: 10px;
	margin-top: 30px;
	font-family: Arial;
	height: auto;
	width: 150px;
	border: 2px solid #FFFFFF;
	background-color: #000000;
}