a {
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	}
a:link {
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	}
a:visited {
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	}
a:hover {
	color: #007FFF;
	text-decoration: underline overline;
	font-family: Arial, Helvetica, sans-serif;
	}
a:active {
	color: #007FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	}
	
p { text-align: center; }

img { position: relative; top: 10px; }

.header {
	border: 2px solid #007FFF;
	text-align: center;
	margin-left: 25%;
	width: 50%;
	background-color: #808080;
	color: #FFFFFF;
	font-weight:bold;
	}

.content {
	border: 2px solid #007FFF;
	text-align: center;
	color: #000000;
	margin-left: 25%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #C0C0C0;
	width: 50%;
	border-top: 0px;
	}

.footer {
	text-align: center;
	color: #000000;
	margin-left: 25%;
	width: 50%;
	}

.end1 {
	border: 2px solid #007FFF;
	text-align: center;
	margin-left: 24.7%;
	width: 25%;
	color: #000000;
	font-size: 80%;
	background-color: #C0C0C0;
	padding-top: 3px;
	padding-bottom: 3px;
	}

.end2 {
	border: 2px solid #007FFF;
	border-left: 0px;
	text-align: center;
	margin-left: 50%;
	width: 24.3%;
	color: #000000;
	font-size: 80%;
	background-color: #C0C0C0;
	padding-top: 3px;
	padding-bottom: 3px;
	}

#end { position: absolute; width: 100%; }
#end1 { position: absolute; top: 1px; }
#end2 { position: absolute; top: 1px; }

