body {
       background-color: #5D0E13;
}

/* links */

A:link {
	font-size: 11pt;
	color:#5D0E14;
	text-decoration:none;
	font-weight: bold;
}

A:visited { 
   font-size: 11pt; 
   color:#FAE86A;
   text-decoration:none;
}

A:active { 
   font-size: 11pt; 
   color:#000000;
	 font-weight: bold;
}

A:hover { 
   font-size: 11pt; 
   color:#D7CF85; 
   text-decoration:none;
}

/* Special links */
a.iaff {
   color: White;
   text-decoration: none;
}

a.iaff:hover {
   color: #f90;
   text-decoration: none;
}

a:gblink {
   color: #5D0E13; 
   font: small;
   text-decoration: none;
}

a.gblink:hover {
   color: #5D0E13; 
   font-size: small;
	text-decoration: none;
}

/* tabled text */
td { font-size: 11pt; text-decoration:none;}

/* Texts */
.regText {
	font: "MS Serif", "New York", serif font-size: 12pt;
	color: #00008B;
}

.errorText {
	font: "Courier New", Courier, monospace;
	font-size: 15pt;
	color: Red;
	font-weight: bold;
	richness: 0;
}
.headerText{
	font: "Courier New", Courier, monospace;
	font-size: 15pt;
	color: #5D0E13;
	font-weight: bold;
}

.mailText{
	font: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: White;
	background: Gray;
}

.boldText {
	font: "MS Serif", "New York", serif font-size: 12pt;
	color: #00008B;
	font-weight: bold;
}

.highlightText {
	font: "MS Serif", "New York", serif font-size: 12pt;
	color: #7B68EE;
	font-weight: bolder;
}

.whiteText {
	font: "MS Serif", "New York", serif font-size: 12pt;
	color: White;
	font-weight: bolder;
}

.copyrightText {
	font: fantasy;
	font-size: smaller;
	color: #999999;
}

.smallestText {
	font: fantasy;
	font-size: xx-small;
	color: Gray;
}

.dateText {
	font: fantasy;
	font-size: x-small;
	color: Gray;
}

/* this section is for the guestbook content */

a.gblink {
	font: fantasy;
	font-size: x-small;
	color: Gray;
   text-decoration:none;	
}

a.gblink:hover { 
	font: fantasy;
	font-size: x-small;
	color: #5D0E13;
   text-decoration:none;
}

/* this section is for the news content */

.newsHeaderText {
	font: "Courier New", Courier, monospace;
	font-size: 15pt;
	color: #5D0E13;
	font-weight: bold;
}

.newsTitleText {
	font: "Courier New", Courier, monospace;
	font-size: 11pt;
	color: #575757;
	font-weight: bold;
	font-style: italic;
}

a.internallink {
	font: fantasy;
	font-size: x-small;
	color: Maroon;
   text-decoration:none;	
}

a.internallink:hover {
	font: fantasy;
	font-size: x-small;
	color: Gray;
   text-decoration:none;	
}