body {
	background-color: #eee4b4;
	margin: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}

a:link {
	text-decoration: none;
	color: #003366;
}

a:hover {
	background-color: #FFCC00;
    	text-decoration: none;
}

a:active {
	background-color: #FF6600;
    	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}

img {
	width:100%
}

.contentContainer {
	
}

.imageContainer {
	max-width:1024px;
	width:75%;
	border-width:10px;
	border-color:#ffffff;
	border-style:solid;
	border-radius:6px;
	box-shadow: -5px 5px 10px #888888;
}
