body {
	margin: 0px;
	padding: 0px;
	/*background-color: #13057D;*/
	background-color: white;
	color: black;
	font-family: new york;
	background-position: center 243px;
	background-repeat: no-repeat;
	text-align: center;
	/*background-image: url(./images/background.png);*/
}

body#home {
	padding-top: 0px;
}

#mainContent {
	/*border: 2px solid green;*/
	position: relative;
	padding: 23px;
}

a {
	color: #FF7F00;
	text-decoration: none;
}

a:hover {
	font-size: large;
	font-weight: bold;
}
