body {margin:0;padding:0;}
*,body {
	font-family:arial,verdana,sans-serif; 
}
input.location
{
	width: 400px; 
	height: 20px; 
	
}

input.aux
{
	width: 595px; 
	height: 22px; 
	
}

input[type="submit"]
{
	
	height: 25px; 
	font-size: 14px;
	color: black;
	font-weight: bold;
	
}

.footnotes
{
	font-size: 13px;
	color: #0066cc;
}

h2
{
	font-size: 20px;
	color: #0066cc;
	font-weight: bold;
	margin-top:50px;
}

.captions
{
 font-size: 12px;
 color: 000000;
 
}
 hr
 {
  border: 0;
  width: 80%;
  color: green;
  background-color: green;
  height: 5px;
 
 }
#continentlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
font-weight:bold;
}
#footer li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
ol {padding-left:30px;}
ol li {font-size:12px;margin-bottom:4px;}
a,a:visited,a:hover,a:active {
	color:#666666;
}
 /*div.hr {
  height: 15px;
  background: #fff url(hr1.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}*/