/* BODY */
body {
	padding-left: 0px;
	color: black;
	background: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif, Times New Roman;
	font-size: 1.4em;
}
h1,h2,h3 {
	/* font-weight: normal; */
	margin: 8px;
	letter-spacing: 2px;
	text-decoration: none;
	padding: 2px 2px 2px 8px;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
	border-top: 1px solid #CCCCCC;
	padding-top: 1em;
	clear: both;
}
img.portrait {
	border: 0;
	float: right;
	padding-right: 8px;
	width: 150px;
}
p, form {
	padding-left: 16px;
	padding-right: 8px;
}
table.program {
	border-collapse: collapse;
	margin-left: 16px;
	width: 90%;
}
td {
	border: 2px solid #CCCCCC;
	padding: 4px;
}
#lastModified {
	font-size: 0.8em;
	text-align: right;
	font-style: italic;
	color: grey;
	margin: 8px;
	padding: 2px 2px 2px 8px;
	border-top: 1px solid #CCCCCC;
}
#lastModified a {
	color: grey;
}

/* BODY -end */

/* LINKS */
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #992222;
	text-decoration: none;
}
a:active {
	color: blue;
	text-decoration: none;
}
/*LINKS - end*/
