body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:ffffff;
	color:000000;
}

a {
	text-decoration: none;
	color: #329834;

}
dt { 
	font-weight: bold; 
}
dd { 
	font-size: 80%; 
	text-indent:0%;
	margin-bottom:10px;
}

.answer {
	font-size: 80%;
}
.question {
	font-weight: bold;
}

.calendar {
	font-size: 80%;	
}
.calendar a {
	color: black;
	font-weight: bold;
}

.wallpaper {
	border-top:1px solid silver;
	border-bottom:1px solid silver;
	display: block
}
#copyright {
	font-size: 80%;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	margin-top: 5px;
	padding-top: 5px;
}
h1 {
	font-size: 18pt;
	font-weight: bold;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	vertical-align:baseline;
}

#display {
	position: absolute;
	width: 610px;
	height: 90%;
	left: 170px;
	top: 20px;

	padding: 20px 0px 20px 0px;

}
#menu {
	position: absolute;
	width: 135px;
	height: 95%;
	left: 10px;
	top: 20px;
	font-size: 10pt;
	text-align:center;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #888888;
	
}

#menuItems {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	
}

#menu a {
	font-weight: bold;
}

#lstOnMenu {
	
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	margin-top: 20px;
	padding-top: 5px;
}
#adspace {
	position: absolute;
	width: 100px;
	height:95%;
	left: 810px;
	top: 20px;
	font-size: 8pt;
	text-align:center;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #888888;
}

#lunarDay {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;	
}

#lunarEvent {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;	
}