@charset "UTF-8";
/* CSS Document */

#bodyDIV {
	
	/* height:280px;
	line-height:280px;
	vertical-align:middle; */
	width:100%;
	margin: 0px auto;
	text-align:center;
	font-family:"Comic Sans MS", cursive;
	font-size:18px;	
	color:#090;
}
p {
	margin:0px;
	padding:0px;
	font-family:"Comic Sans MS", cursive;
	font-size:138px;	
	color:#090;
}
span {
	margin:0px;
	padding:0px;
	font-family:"Comic Sans MS", cursive;
	font-size:36px;	
	color:#090;
}

body {
	font-family:"Courier New", Courier, monospace;
	font-size:18px;
	color:#CCC;
}
#pswrd {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:900;
	font-size:18px;
	color:#090;
	line-height:20px;
}
a {
	text-decoration:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
}
a:link { color:#0C0; }
a:hover { color:#0F0; font-size:14px; }
a:visited, a:active { color:#0C0; }

input[type=submit] {
	background:transparent url("green_button.gif") 0px 10px no-repeat;
	background-size: 20px 20px;
	border: 0px;
	padding: 12px;
	margin-left:12px;
	outline: 0px;
}
input {
	background-color:#3D3D3D;
	border: solid 2px #222222;
}
hr { 
    /* display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto; */
	border-color:#0C0;
    border-style: inset;
    border-width: 1px;
	width: 364px;
}