#page{
	width: 80%;
	min-width: 800px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid;
}
#links{
	border: 1px solid;
	width: 20%;
	background-color: green;
}
#content{
	border: 1px solid;
	width: 80%;
	padding: 5px 10px 5px 10px;
}
#links a{
	display: block;
	width: 100%;
	font-family: arial;
	font-size: 20px;
	background-color: green;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#links a:hover{
	background-color: yellow;
	color: black;
}
#callendar-menu{
	visibility: hidden;
	height: 0px;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.underline{
	text-decoration: underline;
}
.header{
	border-bottom: 1px solid;
	font-weight: bold;
}
.infotable{
	font-size: 90%;
}
#cited{
	color: white;
	font-size: 80%;
}