@charset "UTF-8";
/* CSS Document */
/* Anything between stars & slashes like this is a comment; use them to leave yourself notes. The browser will ignore them */

body {
		background-image:none;
		background-color: #956142;
	}
	
/* if a . (dot) precedes something, that is a class you can apply when you choose to those elements. If you don't say p.class, but just .class, then the class can apply to several differnt kinds of elements */
p {
	font-family: "Engravers MT", serif, sans-serif;
	color: #FFFFCC;
	
}


.menu {
		font-family: "Times New Roman", Times, serif;
		text-align: left;
}

table, td {
	border: 2px;
	border-color: #FFFFCC;
}
a {
	color: #CCF;
	
}
a:visited {
	color: #CCA58C;
	
}
h1, h2 {
	font-size: 24px;
	font-family: "Engravers MT", serif, sans-serif;
}