@charset "utf-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0;
}
h1{font-size: 110%}
.formInputButton   {
font-family: 'Arial Black', Verdana, Tahoma, sans-serif;
font-size: 110%;
margin-left: 480px;
width: 300px;
vertical-align: middle;
text-align: center;
color: #ffffff;
background: #0106c2;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
padding-top: .1em;
padding-bottom: .1em;
padding-left: .5em;
padding-right: .5em;
border: outset .2em #0106c2;
cursor: pointer;
}

.formInputButton:hover{
border: inset .2em #0106c2;
color: #003273;
background: #ffffff;
}

.formInputButton:active   {
border: outset .2em #0106c2;
color: #ffffff;
background: #0106c2;
}
a:link {color: #ffffff; text-decoration: none; font-weight:600; } /* unvisited link */

a:visited {color: purple; text-decoration: none; font-weight:600; } /* visited link */

a:hover {color: red; text-decoration: underline; font-weight:600; } /* the mouse "hovers" over the link */

a:active {color: red; text-decoration: none; font-weight:600; }



