body {
	background-color: #00b0ee;
	text-align: center;
	font-family:    Arial, Tahoma, sans-serif;
}

A:link {text-decoration: none; font-weight: bold; color: black;}
A:visited {text-decoration: none; font-weight: bold; color: black;}
A:active {text-decoration: none; font-weight: bold; color: black;}
A:hover {text-decoration: none; font-weight: bold; color: #00b0ee;}
#subtitle{font-weight: bold; color: #00b0ee;font-size:14px;}
#container {
background-color: #7acef4;
width: 712px;
margin: 0 auto;
text-align: left;
border-style: solid;
border-width: 1px;
border-color: black;
}
#tabletext{font-size:12px;padding: 5px; border-style: solid; border-width: 1px;
margin: 5px;}
#header {
background-color: #fff;
width: 700px;
text-align: right;
margin: 5px;
}
#menu {
background-color: #fff;
text-align: center;
margin: 5px;
font-size: 12px;
padding: 5px;
} 
#content {
background-color: #fff;
padding: 10px;
text-align: left;
margin: 5px;
font-size: 12px;
} 
