h1 {
	font-size:20px;
	font-family:Helvetica,Arial;
	width:750px;
}

h2 {
	font-family:Helvetica,Arial;
	font-size:16px;
	width:750px;
}

body,table {
	font-size:12px;
	font-family:Helvetica,Arial;
}

div.page {
	font-size:12px;
	width:650px;
	text-align:justify;
}

a {
	font-size:12px;
	font-family:Helvetica,Arial;
	text-decoration:none;
	color:green;
	font-weight:bolder;
}

a:hover  {
	font-family:Helvetica,Arial;
	font-weight:bold;
	color:black;
	text-decoration:underline;
}

td.time {
vertical-align:top;
padding:1px;
border:solid 1px;
border-color:#333333;
background-color:white;
color:black;
font-weight:bold;
} 

td.program {
width:600px;
border-style:solid;
border-width:1px;
border-color:#333333;
background-color:#eeeeee;
}

td.day {
background-color:green;
color:white;
font-weight:bold;
}

input.aform,textarea.aform,select.aform {
border: solid 1px;
border-color:green;
color:green;
font-size:12px;
background-color:yellow;
font-weight:bold;
padding:1px;
}