@charset "UTF-8";
@import url(csssetup-ody.css); /* standard site setup first */
/* CSS Document */


body {
	background-color: #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	line-height:15px;
	color: #000;
	margin: 6px 10px 0 10px;
	}

p {margin-bottom:7px;}

hr { color: #eee; background-color:#eee; border:1px sold #eee;}


a:link {
	color: #1e4495;
	text-decoration:none;
}
a:visited {
	color: #1e4495;
	text-decoration:none;
}
a:hover {
	color: #fff;
	text-decoration:none;
}