/* This section describes the background and default text info*/

BODY { font-family: "Calligraph421 BT", "Comic Sans MS", Arial, Verdana, sans-serif; color: #800000;
 background: tan url('../images/bg/parch.jpg'); }

A:link { color: maroon; text-decoration:none }
A:visited { color: maroon; text-decoration:none }
A:hover { color: maroon; text-decoration: underline }

.crumb {
	font-family: Arial Narrow;
	font-size: small;
	text-align: left;
	background-color: White;
}

.block {
	padding: .5em;
	margin: 1em, 0em, 1em, 0em;
}

/* This section describes the horizontal lines */

HR { text-align: center; color: maroon; width: 70%; height: 3px; }

/* This section describes stand-alone links*/ 

a.button:link  
{ 
 font-size:12px; 
 font-weight:bold; 
 text-decoration:none; 
 border-style:outset; 
 border-color:blue; 
 border-width:4px; 
 background-color:#FFFFCC; 
 width:125px;  
 color:blue; 
} 


a.button:visited  
{ 
 font-size:12px; 
 font-weight:bold; 
 text-decoration:none; 
 border-style:outset; 
 border-color:blue; 
 border-width:4px; 
 background-color:#FFFFCC; 
 width:125px;  
 color:blue; 
} 

a.button:active  
{ 
 font-size:12px; 
 font-weight:bold; 
 text-decoration:none; 
 border-style:inset; 
 border-color:blue; 
 border-width:4px; 
 background-color: blue; 
 width:125px; 
 color:white; 
} 

a.button:hover  
{ 
 font-size:12px; 
 font-weight:bold; 
 text-decoration:none; 
 border-style:inset; 
 border-color:blue; 
 border-width:4px; 
 background-color: blue; 
 width:125px;  
 color:white; 
} 
 
/* This section describes wh4u logo stand-alone links */
a.logo:link  
{ 
 font-family: "Comic Sans MS";
 font-size:14px; 
 font-weight:bold; 
 text-decoration:none; 
 border-style:outset; 
 border-color:blue; 
 border-width:4px; 
 background-color: #FFFFCC; 
 width:125px;  
 color:blue;
} 

a.logo:visited  
{ 
 font-family: "Comic Sans MS";
 font-size:14px; 
 font-weight:bold; 
 text-decoration:none; 
 border-style:outset; 
 border-color:blue; 
 border-width:4px; 
 background-color: #FFFFCC; 
 width:125px;  
 color:blue; 
} 

a.logo:active  
{ 
 font-family: "Comic Sans MS";
 font-size:14px; 
 font-weight:bold; 
 text-decoration:none; 
 border-style:inset; 
 border-color:blue; 
 border-width:4px; 
 background-color: blue; 
 width:125px; 
 color: yellow; 
} 

a.logo:hover  
{ 
 font-family: "Comic Sans MS";
 font-size:14px; 
 font-weight:bold; 
 text-decoration:none; 
 border-style:inset; 
 border-color:blue; 
 border-width:4px; 
 background-color: blue; 
 width:125px;  
 color: yellow; 
} 


