body {
	background-color: #336699;
}

a{
	text-decoration: none;
}

#content{
	width: 750px;
	height: 525px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 5px 50px 5px 50px;
}

#indexImg{
	border: solid #000000 0px;
	margin-top: 0px;
	}

.index{
	background-color: #FFFFFF;
	border: thin solid #000000;
}

.indexText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #1C72BA;
}
.indexSmall {
	text-align: center;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	line-height: 28px;
}

