body {
	background-color: #C0C0C0;
	}

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: #C0C0C0;
	text-decoration: underline overline;
	font-family: Arial, Helvetica, sans-serif;
	}
a:active {
	color: #C0C0C0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	}

	
p { text-align: center; }

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

h2 {
	background-color: #8080C0;
	border: 1px solid #400080;
	padding-left: 3px;
	}

li {
	width: 95%; padding-left: 5px;
	background: #8080C0; font-size: 10pt;
	border: 1px solid #400080; font-weight: normal;
	vertical-align: middle; height: 19px; }

.li2 {
	width: 95%; padding-left: 5px;
	/*background: #8080C0;*/ font-size: 9pt;
	border: 0px solid #400080; font-weight: normal;
	vertical-align: middle; /*height: 19px;*/ }

.site {
	width: 600px;
	overflow: none;
	margin: auto;
	}

.header {
	border: 2px solid #C0C0C0;
	text-align: center;
/*	margin-left: 25%;
	width: 50%; */
	background-color: #400080;
	color: #FFFFFF;
	font-weight:bold;
	}

.content {
	border: 2px solid #C0C0C0;
	text-align: center;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 5px;
	background-color: #8080C0; 
/*	background-color: #8080FF; */
	border-top: 0px;
	}

.footer {
	text-align: center;
	color: #000000;
	}

.end {
	border: 2px solid #400080;
	text-align: center;
	color: #FFFFFF;
	font-size: 80%;
	background-color: #8080C0;
	padding-top: 3px;
	padding-bottom: 3px;
	}

/*
.end1 {
	border: 2px solid #400080;
	text-align: center;
	margin-left: 24.7%;
	width: 25%;
	color: #FFFFFF;
	font-size: 80%;
	background-color: #8080C0;
	padding-top: 3px;
	padding-bottom: 3px;
	}

.end2 {
	border: 2px solid #400080;
	border-left: 0px;
	text-align: center;
	margin-left: 50%;
	width: 24.3%;
	color: #FFFFFF;
	font-size: 80%;
	background-color: #8080C0;
	padding-top: 3px;
	padding-bottom: 3px;
	}
*/

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

