body	{

font-size: 12px;
font-family: serif;
margin: 0px 5px 10px 5px;
background: #ddd;
color: navy;

}

table.outer {
	background-color: #eee;
	table-layout: fixed;
	width: 950px;
	border: none;
	border-collapse: collapse;
}

th	{
	font-family: serif;
	text-align: left;
	background-color: #ddd;
	font-size: 14px;
	padding: 5px;
}

td	{
	font-family: sans-serif;
	background-color: #fff;
	font-size: 12px;
	vertical-align: top;
	padding: 5px;
}

td.sm	{
	font-size: 11px;
}

a:link, a:visited	{
	text-decoration: none;
	color: blue;
}

a.menulink:link, a.menulink:visited	{
	text-decoration: underline;
}

a:hover, a:active	{
	text-decoration: underline;
	color: blue;
	background: yellow;
}

a.imagelink:hover, a.imagelink:active	{
	background: none;
}


a.statelink:link, a.statelink:visited	{
	text-decoration: underline;
	color: navy;
	font-weight: bold;
}

a.popcity:link, a.popcity:visited	{
	text-decoration: none;
	color: blue;
	font-weight: bold;
	font-size: 14px;
}

h1	{
	font-size: 14px;
	display: inline;
}

a.blanklink:hover 	{background: #ffffff; }
