*{
	margin: 0;
	padding: 0;
	font-size: medium;
}
body{
	margin: 0 10px;
}
.header{
	width:90%;
	height:100px;
	margin-left: 1em;
	font-weight: bold;
}
.header ul,li{
	display: inline;
}
.header p.update{
	margin:1em;
	font-size:90%;
	font-weight:bold;
	font-style:italic;
}

.maincontent{
	width:90%;
	height:400px;
	margin:1em;
	padding:1em;
}
table{
	font-size: 90%;
	padding: 3px;
	font-weight: bold;
}
td{
	padding:2px;
}
img{
	border: none;
}
p{
	margin:1em;
}
strong{
	color: #ff0000;
}
.footer{
	width:90%;
	height:100px;
	margin-left: 1em;
	font-weight: bold;
}
.footer ul,li{
	display: inline;
}
ul.footmenu{
	font-weight:bold;
	font-size:90%;
}
.footer p{
	margin:1em;
	font-size:90%;
}
address{
	margin:1em;
	font-size: 90%;
	font-weight: normal;
	font-style: normal;
}
