html{background-color: #FFF;}
a img{border: 0;}
a:visited{color: #00F;}
a {
	text-decoration: underline;
	color: #00F;
}
a:hover{
	text-decoration: none;
	font-weight: normal;
	color: #F00;
}
a:active{
	background-color: #000;
	color: #FFF;
}
body{
	font-family: Tahoma, Sans-Serif;
	font-size: 0.7em;
}
.footer{
	margin-top: 5%;
	border-top: 1px solid #000;
	background-color: #69F;
}
input{width: 90px;}
textarea{width: 80%;}
.fRight{display: none;}
.buggyPOS {display: none;}
.cen{text-align: center;}
.hide{display: none;}
.formButton {font-size: 0.9em;}
.formTextBox {font-size: 0.9em;}