@charset "utf-8";
body {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	background: white;
	font-size: 1.1em;
	width: 100%;
}

#site_title{text-align: center; background: black; color: white; padding: .5em; font-size: 1.4em;}

#navigation{color: white: background: black; margin: auto;}
#navigation ul {list-style-type: none; margin: auto; margin-top: 0px; margin-left: 0px; padding-left: 0px;}
#navigation ul li {width: auto; padding: 1em; background: #000; color: white; text-decoration: none; border-left: 1px solid #fff; border-top: 1px solid white; border-right: 1px solid white;}
#navigation ul a {color: white;}
#navigation  a:hover{background: #fff; color: #000;}

#navigation ul ul li {border: none; font-size: .95em}

.content {clear: both; }

th{text-align: left; font-size: .9em;}
td {vertical-align: top; padding: .25em;}

img {display: none;}
img.visible {display: block}

.sub_menu {clear: both; list-style-type: none; margin-left: 0px; padding-left: 0px;}
.sub_menu li{padding: .5em; background: #333; color: white;}
.sub_menu li a {color: white;}

#site_title a{color: white;}

h1 {font-size: 1.2em;}

.cities_list {list-style-type: none;}

