body {

}

#title{
	font-size: xx-large;
	color: #00FF00;
	text-align: center;
}

nav.menu{
	font-size: medium;
	font-family: "Comic Sans MS";
	text-align: left;
	float: left;
	padding-right: 15px;
	min-width: 100px;
	width: 12%;
}

a.menu{
	color: blue;
	text-decoration: none;
}
a.menu:hover{
	color: 3399FF;
	text-decoration: underline;
}

h1.menu{
	color: red;
}

.content{
	float: left;
	width: 85%;
}

footer{
	clear:both;
	height: 20px;
}

table.list{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}

tr.list, th.list, td.list{
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
}

span.dhead{
	font-size: madium;
	color: #0000CC;
	font-family: "Comic Sans MS";
	text-decoration: underline;
}

span.detail{
	font-size: medium;
	color: black;
	font-family: "Times New Roman", Times, serif;
}

img.himage{
	height: 50%;
}
p.himage{
	text-align: center;
}

div.res{
	display: none;
}