body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 0.8em;
	background: #ccc;
	text-align: center;
}

h1 { text-align: center;}
h2 {}
p {}

a { color: #00c; text-decoration: none;}
a:hover { color: #c00;}

#all { width: 800px; margin: auto; background-color: #fff; text-align: center; margin-bottom: 5px; }
#header { height: 90px; text-align: center;}
#topMenu { height: 20px; padding: 5px; margin-top: 1ex; border-top: 1px solid #000; border-bottom: 1px solid #000;}
#main { padding: 1ex; text-align: left;}
#bottomMenu { height: 20px; padding: 5px; margin-top: 1ex; border-top: 1px solid #000; border-bottom: 1px solid #000;}
#footer { text-align: center; font-size: 80%;}

#header img { border: 0px;}

ul#topMenu ,ul#bottomMenu { list-style-type: none; margin: 0; padding: 0; background-color: #666;}
ul#topMenu li ,ul#bottomMenu li { display: inline; margin: 5px 1.5em 0 1.5em;}
ul#topMenu li a { font-weight: bold; color: #fff;}
ul#bottomMenu li a { font-weight: bold; color: #777;}
ul#topMenu li a:hover { color: #c00;}

.warning { font-weight: bold; color: red; }

.noscript { font-size: 80%; color: #cff; background-color: #c00;}