@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:url(../_images/RICHWALL.gif);
	color: #FFFFCC;
	font-family: "Engravers MT", serif, sans-serif;
	font-size: 14px;		
		
	
}
	
/* 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:"Times New Roman", Times, serif;
    color: #FFFFCC;
	
}

p {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}
h1, h2 {
	font-size: 24px;
	font-family: "Engravers MT", serif, sans-serif;
}	

a {
	color: #CCF;
	
}
a:visited {
	color: #CCA58C;
	font-family: "Engravers MT", serif, sans-serif;	
}
.Tablerules {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
.Emphasis {
	font-size: 16px;
}
.Emphasis {
	color: #F60;
}
.Emphasis .Emphasis {
	color: #FF9;
}
.Tableboatsforsale {
	font-family: Times New Roman, Times, serif;
}
.Tableboatsforsale {
	font-size: 16px;
}

