/* main_index.css */

body {
	background-color: #CCCCCC; /* gray */
    	background-image: url(/images/whole_page_background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	}
.links {
	color: black;
	font-weight: bold;
	font-size: 14pt;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	/* background-image: url(/images/front_flower_background.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right; */
	}
.links a {
	text-decoration: none;
	color: black;
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	}
.links a:hover {
	color: #FF0000; /* red */
	text-decoration: underline;
	}
img #mansion {
	border: 5px black solid;
	}