BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#header {
	font-size: 14px;
	font-weight: bold;
	color: #78BBD5;
	background-color: #FFFFFF;
}
a:visited {
	color: #436173;
}
a:link {
	color: #4A8F7F;
}
a:hover {
	color: #4A6A7D;
}
#footer {

	font-size: 12px;
	font-weight: bold;
	color: #78BBD5;
}

#round {
	width:160px;
	margin-right:2%;
	border:1.5px solid #FF9900;
	background:#bbd8f1;
	padding: 3px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;

    -moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	background-color: #99ccff;
}

#roundtable {
    -moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
