html, body {
    font-family:	sans-serif;
    color:		black;
    background:		white;
}

a:link {
    color:		#000070;
}

a:visited {
    color:		#700070;
}

th {
    text-align:		left;
}

div.footer {
    border-top:		3px solid #000070;
    font-style:		italic;
}

div.map {
    width:		100%;
    height:		500px;
}

table.pagelayout {
    border-collapse:	collapse;
    width:		100%;
}

table.pagelayout td {
    padding:		8px;
}

table.beerlist td {
    padding:		0px;
    padding-right:	4px;
}

table.pubscores {
    border-collapse:	collapse;
}

table.pubscores td, table.pubscores th {
    padding:		4px;
    border:		1px solid black;
    text-align:         center;
}

td.headline {
    background-color:	#000070;
    color:		white;
    text-align:		center;
    width:		100%;
}

td.logo {
    background-color:	#000070;
    color: 		white;
    text-align:		center;
}

td.navmenu {
    text-align:		center;
    vertical-align:	top;
    background:		#e7e7ff;
}

td.main {
    vertical-align:	top;
}

p.postaladdress {
    font-style:		italic;
    margin-left:	5em;
}
