.text {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 14px;
 
}
.header {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 14px;
 font-weight: bold;
}

.boxed {
	border: 1;
	border-color: #0E81A3;
	cell-padding: 1px;
	cell-spacing: 10px;
}

p {
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}


.floatimg {
 float: left;
 padding: 15px;
}

a:visited, a:link {
 color: black;
}

a:active, a:hover{
	color: #0E81A3;
}

.box {
	width: 150px;
	height: 20px;
	font-family: Verdana;
	font-size: 11px;
	border-style: solid;
	border-color: #0E81A3;
}