.HeaderFooter
{
	background: White;
	background-color: White;
	font-size: medium;
	margin-left: 35%;
	font-weight: bold;
}
table { 
margin-left: auto; 
margin-right: auto; 
} 

.ThemeURL {
text-decoration: Underline;
color: rgb(30, 144, 255);
}
.ThemeButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ededed;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ededed;
	box-shadow:inset 0px 1px 0px 0px #ededed;
	background-color:#cccccc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #adadad;
	display:inline-block;
	color:#616161;
	font-family:arial;
	font-size:15px;
	font-weight:Normal;
	padding:2px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #c4c4c4;
}.ThemeButton:hover {
	background-color:#f2f2f2;
}.ThemeButton:active {
	position:relative;
	top:1px;
}
.ThemeButton2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#d1d1d1;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#525252;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 15px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.ThemeButton2:hover {
	background-color:#dfdfdf;
}.ThemeButton2:active {
	position:relative;
	top:1px;
}
