A {
	color: #9a1d09;
	font-family: helvetica,arial,sans-serif;
	font-size: 12px;
	text-decoration: none;
}
A:HOVER {
	color: #ff8574;
	font-family: helvetica,arial,sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
A:ACTIVE {
	color: #c00bb2;
	font-family: helvetica,arial,sans-serif;
	font-size: 12px;
}
BODY {
	color: #000000;
	font-family: helvetica,arial,sans-serif;
	font-size: 12px;
	background-attachment: fixed;
    margin: 0;
    padding: 0;
    position: relative;
    align: bottom;
    width: 100%;
    height: 100%;
}
div.buttons {
	border-style:solid;
	border-width:0px;
	float:center;
	width:136px;
	height:24px;
	text-align: center ; 
	padding: 2px;
}
div.text {
	border-style:solid;
	border-width:0px;
	float:center;
	width:880px;
	height:16px;
	font-size: 13px;
	text-align: center ; 
	padding: 2px;
}
input[type="text"] {
	background-color: white;
	color: black;
	font-family: 'Arial';
	font-size: 14px;
	text-decoration: none;
	border:none;
}
input[type="button"] {
	background-color: orange;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:6px;
	color: white;
	font-family: 'Comic Sans MS';
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	border:none;
}	
input[type="button"]:hover {
	border: none;
	color: black;
	background:lightgreen;
	box-shadow: 0px 0px 1px #777;
}
input[type="submit"] {
	background-color: orange;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:6px;
	color: white;
	font-family: 'Comic Sans MS';
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	border:none;
}	
input[type="submit"]:hover {
	border: none;
	color: black;
	background:lightgreen;
	box-shadow: 0px 0px 1px #777;
}