body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 85%;
	background-color: #fff;
	}	
table#calendar {
	font-size: 80%; 
	border: 1px solid silver; 
	border-collapse: collapse;
	width: 100%;
	}
table#calendar td, table#calendar th {
	vertical-align: top; 
	padding: 2px 6px; 
	border: 1px solid silver;
	}
table#calendar th {
	background-color: #3399CC;
	}
table#brief {
	font-size: 90%; 
	border: 1px solid silver; 
	border-collapse: collapse;
	width: 60%;
	}
table#brief td, table#brief th {
	vertical-align: top; 
	padding: 6px; 
	border: 1px solid silver;
	line-height: 140%;
	}
table#brief th {
	background-color: #3399CC;
	}
a:hover {
	color: #f00;
	}
a.link {
	text-decoration: none;	
	font-weight: bold; 
	font-size: 90%;
	color: #00f;
	}
a.link:visited {
	color: #00f;
	}
a.link:hover {
	text-decoration: underline;
	color: #f00;
	}
input.bbutton {
 background-color: #00008b;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 90%;
 font-weight: bold;
 color: white;
 }
input.rbutton {
 background-color: red;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 90%;
 font-weight: bold;
 color: white;
 }
select {
 font-size: 90%;
	font-family: Verdana, Arial, sans-serif;
	}
textarea	{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 90%;
 }
input	{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 90%;
 }
.time {
	color: #800;
	font-weight: bold;
	}
.notcurmonth {
	background-color: #eee;
	}
.curmonth {
	background-color: #fff;
	}
.atable {
	font-size: 90%;
	}
#login {
	text-align: center;
	width: 300px;
	border: 1px solid gray;
	background-color: #eff3ff;
	margin: 0 auto;
	}