a:link, a:visited, a:hover, a:active{
	color:#5f4c37;
	text-decoration:underline;
}
.footer{
	color:#999;
	font-size:0.8em;
}

.footer a:link,.footer a:visited,.footer a:hover,.footer a:active{
	color:#999;
	text-decoration:underline;
}
.center{
	text-align:center;
}
.right{
    text-align:right;
}
input{
	border-radius:3px;
	border:1px solid;
	padding:0.2em 0.3em;
}
table.data tr td{
	padding:0.1em 0.3em;
}
table.data thead tr td{
	font-weight:bold;
	text-align:center;
	font-size:0.85em;
}
input[type=button]:active{
	background:gray;
}
input[type=button]:focus{
	background:orange;
}
textarea:focus{
	border:2px solid orange;
}
textarea{
	border:2px solid #999;
	border-radius:4px;
	font-family:georgia;
	padding:0.5em;
	overflow-y:scroll;
}