/* ************** CSS FOR SANDRA HUSTON ******************* */

.top {
      background: url("../graphics/susanmonty.jpg");
	background-repeat: no-repeat;
}
.middle {
      background: url("../graphics/middle.jpg");
	background-repeat: no-repeat;
}
.bottom {
      background: url("../graphics/bottom.jpg");
	background-repeat: no-repeat;
}
.logoback {
      background: url("../graphics/logoback.jpg");
	background-repeat: repeat-y;
 	background-color: #bfbfbf;
	
}
.pricelist { 
 font-family: arial,helvetica,sans-serif;  
 font-size: 10pt; 
 line-height: 12pt;
 color: #cccccc;
 background-color: #000000;
 margin-left:10px;
 margin-right:10px;
 }

/* ************** TEXT FORMATTING ******************* */
h1 { 
 font-family: arial,helvetica,sans-serif;  
 font-size: 11pt; 
 line-height: 16pt;
 font-weight:bold;
 color: #400000;
 margin-left: 10px;
 background-color: #bebebe;
 }

h2 { 
 font-family: arial,helvetica,sans-serif;  
 font-size: 11pt; 
 line-height: 12pt;
 font-weight:bold;
 color: #7E6247;
 background-color: #ffffff;
 }

h3 { 
 font-family: arial,helvetica,sans-serif;  
 font-size: 10pt; 
 line-height: 12pt;
 font-weight:normal;
 color: #9C8B7C;
 background-color: #ffffff;
 }

p {
	font-family: verdana,Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-size: 9pt;
	line-height: 14pt;
	margin-left:10px;
	margin-right:10px;
	}
ul {
	font-family: verdana,Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-size: 8pt;
	line-height: 14pt;
	margin-left:10px;
	margin-right:10px;
	}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
	}

.menu {
	font-family: verdana,Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #400000;
	font-size: 9pt;
	line-height: 14pt;
	margin-left:5px;
	margin-right:10px;
	}

/* ************** LINK FORMATTING ******************* */

a:active, a:visited, a:link {
	text-decoration: none;
	color: #400000;
	font-size: 9pt;
	}
	
a:hover {
	text-decoration: underline;
	color: #400000;
	font-size: 9pt;
	}

