a{ 
	color: Blue; 
}

a:visited{
	color: #7E00FF;
}

a:hover{
	color: Green;
}

a:active{
	color: Green;
}

img{
	border: 0;
}

div#page{
	width: 50em;
/*	border: 1px solid Blue;*/
	margin-left: auto;
	margin-right: auto;
}

div.imageleft{
	float: left;
	margin-right: 1em;
}

div.imageright{
	float: right;
	margin-left: 1em;
}

div.center{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div#video{
	border: 0px;
}

div.news{
	margin-bottom: 4em;
}

body{
	font-family: Georgia, "Times New Roman", Times, serif;
}

.listlinks li
{
	margin-top: 1em;
	margin-bottom: 1em;
}
p{
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	color: #420080;
	text-align: center;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #420080;
}

h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	color: #420080;
}

table.definition{
	font-family: Georgia, "Times New Roman", Times, serif;
}

td.definition{
	padding-right: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}

#footer{
	font-family: "Times New Roman", Times, serif;
	padding: 0.2em;
	margin-top: 1em;
}
