html
{
    background-color: #9ab2ca;
    color: black;
}
html.bw
{
    background-color: #CCCCCC;
}
div
{
    text-align: center;
}
div#header
{
    margin-bottom: 20px;
}
div#body
{
    display: inline;
}
table#content
{
    text-align: center;
    width: 100%;
}
div#rightMenu
{    
    float: right;
    width: 180px;
    display: inline;
}
div#footer
{
    margin-top: 25px;
}
div#footer a
{
    display: block;
}
table
{
    margin-left: auto;
    margin-right: auto;
    border: 0;
}
table#gallery
{
    text-align: center;
}
table.links
{
    text-align: center;
    margin-bottom: 10px;
}
table#neighbors
{
    width: 100%;
}
table#flags
{
    width: 75%;
}
table#navigation
{
	width: 75%;
}
table#gallery td
{
    padding: 2px;
}
table#navigation td
{
	width: 33%;
}
h1
{
    font: 36pt normal;
    text-align: center;
    margin-bottom: 0;
}
h2
{
    font: 24pt normal;
    text-align: center;
    margin-bottom: 0;
}
h3
{
    font-size: 15pt;
    font-family: 'Copperplate Gothic Light';
    text-align: center;
    margin-bottom: 0;
}
p
{
    text-align: center;
}
img
{
    border: 0;
}
a
{
	font-weight: normal;
	font-family: 'Forte';
	font-style: italic;
	text-decoration: none;
	color: #000080;
}
a:visited
{
	color: #000080;
}
a:hover
{
	text-decoration: none;
	color: #4D59A5;
}
a.bw
{
	font-weight: bold;
	font-style: italic;
	color: #121212;
}
a.bw:hover
{
	text-decoration: none;
	color: #5D5D5D;
}
span.country
{
	position: relative;
	top: -4px;
	left: 4px;
}
.linkdescription
{
    display: block;
    font-size: 10pt;
}
