/* CSS Document */

.contentsm {
	font-family: Calibri;
	font-size: 20px;
	font-weight: bold;
	background-position: center;
}
.background {
	background-image: url(../images/strip.jpg);
	background-repeat: repeat-x;
}
.links {
	font-family: Calibri;
	font-size: 20px;
	font-weight: bold;
	background-position: center;
	color: #0A5799;
	text-decoration: underline;
}
.links:hover {
	font-family: Calibri;
	font-size: 20px;
	font-weight: bold;
	background-position: center;
	color: #0A5799;
	text-decoration: none;
}
.content {
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
}
.email {
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.email:hover {
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.sky {
	font-family: Calibri;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
.sky:hover {
	font-family: Calibri;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}