

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 background:#ffffff;
 background-repeat:repeat;
}

.clear { clear: both; background: none; }

h1 {
	font-size: 16px;
	color: #666666;
	font-style: normal;
}
ul#daily-links li {
	list-style: square;
	margin-left: 16px;
	font-size: 11px;
}
ul#nav-links li {
 display: inline;
 margin-left: 0px;
 padding-left: 12px;
}
ul#daily-links li a:link{
	color: #002284;
	text-decoration: none;
	font-weight: normal;
}
ul#daily-links li a:visited{
 color: #002284;
 text-decoration: none;
 font-weight: normal;
}
ul#daily-links li a:hover{
	color: #993333;
	text-decoration: none;
	font-weight: normal;
}
.smalltext {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 16px;
	color: #000000;
}
.largetext {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 16px;
	color: #000000;
}
p {
	padding-bottom: 13px;
} 
a {
	color: #002284;
	text-decoration: none;
}

a:hover {
	color: #993333;
	text-decoration: none;
}

