body {
/* 	background-color: black; */
 	background-color: black; 
	color: #777777; 
	font-family: Arial, Helvetica, sans-serif ;
	text-align: center ;
	font-size: 1.0em;
	margin: 0px; 

	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

p, ul, td {
}

b {
	font-weight: bold;
	color: #999999;
}

/* reset img css to baseline */
img {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: black;
	border-radius: 7px;
}


.boxvis, .boxinvis, .boxvissmall {
	color: #cccccc;
        background-color: #222222;
        width: 15em;
        height: 2em;
        padding-top: 0.5em;
        padding-bottom: 1em;
        margin-top: 5em;

        border-width: 0px 2px 0px 2px;
        border-style: solid;
        border-color: #cccccc;
        border-radius: 10px;
        margin-left: auto;
        margin-right: auto;

}

.boxvissmall {
        padding-top: 0.8em;
        padding-bottom: 0em;
        margin-top: 1em;
}
.boxinvis {
	background-color: black;
	border-color: black;
}


.middle {
	text-align: center;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
}
}
.topleft {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 500px;
}
.topright {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 320px;
	text-align: right;
}



h1, h2, h3,h4, h5 {
	color: #AAAAAA;
}
h1 {
	margin: 0px 0px 10px 0px ;
	text-align: center ;
	font-weight: bold;
	font-size: 2.25em ;





}

h1.margin {
	margin: 20px 0px 0px 0px;
}


h1.black {
	color: black;
}


a:link {
	border-width: 0px 0px 0px 0px;
	color: #888888 ; 
	text-decoration: none;
}
a:visited {
	border-width: 0px 0px 0px 0px;
	color: #999999 ;
	background: transparent ;
	text-decoration: none;
}
a:hover {
	border-width: 0px 0px 0px 0px;
	color: white ;
	text-decoration: none;
}
a:active, h4:active {
	border-width: 0px 0px 0px 0px;
	color: red ;
	background: transparent ;
	text-decoration: none;
}



