body {
	color: #472B18;
	background-color: #FFFF99;
	margin-top: 0px;
	margin-left: 0px;
    overflow-x: hidden;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
}
a:link {
	color: #472B18;
}
a:visited {
	color: #472B18;
}
a:hover {
	color: #FFFF99;
}
img {
	border-width: 0px;
}
td,th {
	color: #472B18;
}
td {
	text-align: center;
}
hr {
	clear: both;
}
.f_right {
	float: right;
}
.f_left {
	float: left;
}
.c_left {
    clear:left;
}
.center {
	text-align: center;
}
.red { 
    color: #FF0000;
    display: inline;
}
.blue { 
    color: #0000FF;
    display: inline;
}
.c_red { 
	color: #FF0000;
    display: inline;
    text-align: center;
}
