body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.introBox {
	font-size: 120%;
	border-style: solid;
	border-color: #FF0000;
	border-width: 0.2em;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	/* rounded borders are a CSS3 feature */
	-moz-border-radius: 1em;
  	border-radius: 1em;
}

.slideShowBox {
	font-size: 120%;
	border-style: solid;
	border-color: #000000;
	border-width: 0.2em;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	/* rounded borders are a CSS3 feature */
	-moz-border-radius: 1em;
  	border-radius: 1em;
}

a {
	text-decoration: none;
	border-bottom: thin #fff dotted;
	color: #000033;
}

a:hover {
	background-color: #FF0000;
	border-bottom: thin #ddd solid;
}
