body{
	background-image : url(http://www.ironivangames.com/images/constants/map.jpg);
	background-repeat : no-repeat;
	background-attachment : fixed;
	background-color : #F2EBDE;
}

body a:link { 
	color: red;
	}

body a:visited { 
	color: red;
	}
body a:hover {
	color: grey;
	text-decoration: none;
}
body a:active { 
	color: grey;
	text-decoration: none;
	}

.Main {
	font-family : "Courier New";
	font-size :15px;
}

.MainBig {
	font-family : "Courier New";
	font-size :18px;
}

.Black {
	background-color : Black;
}

.Olive {
	background-color : Olive;
}

.RedMain {
	font-family : "Courier New";
	font-size :15px;
	color: red;
}
