@charset "utf-8";
/* CSS Document */

body {
	background-image:url(http://robertsadaty.com/images/bgfade.jpg);
	background-repeat:repeat;
	margin-top: 10px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	background-color: #999999;
}
body,td,th {
	font-size: 14px;
	color: #325C84;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #663300;
}
a:visited {
	text-decoration: none;
	color: #663300;
}
a:active {
	text-decoration: none;
	color: #663300;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
h1 {
	font-size: 16px;
	text-decoration: underline;
	font-weight:bold;
	color: #996600;
}
h2 {
	font-size: 14px;
	font-weight:bold;
	color: #996600;
}
.address_text {
	font-size: 14px;
	font-weight:bold;
	color: #996600;
}
.brown_text {
	color:#663300
}

