body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: lightsteelblue;
	margin-top:1px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 15px;
	border: 1px solid #330066;


}

img  {
	border:0;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
	background-color: whitesmoke;
	margin: -1px;
	border: 1px solid #330066;
}
.schedule {

	background-color: #FFFF99;
	border: 3px solid #330066;
}
td {
	border: 0px solid #330066;
	background-color: lightsteelblue;

}
ul {
	list-style-position: outside;
	list-style-type: square;
}
li  {
	margin-right:20px;
	padding-bottom:6px;
}
.break  {
	background-color:whitesmoke;
	line-height:1px;
}