
.para {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a:link {
	color: #336699;
	background: none;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #336699;
	background: none;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #ff00ff;
	background: none;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ff0000;
	background: #ffff99;
	text-decoration: none;
	font-weight: bold;
}


.centeredImage {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

h2 {
	font-size: 1.2em;
}

.ex-nav {
	background-color: white;
	float: right;
	border: 1px solid black;
	margin: 0 1em 1em 0;
	padding: 10px;
}
.clear {
	line-height: 1px;
	clear: both;
}

div.row {
	clear: both;

}

.ex-item {
	float: left;
	margin-bottom: 1em;
	width: 32%;
}


