
/* basic elements */

/*
BODY
{
    BACKGROUND-COLOR: #580000;
	  color: #2A2F55;
    TEXT-DECORATION: none;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
    SCROLLBAR-SHADOW-COLOR: #BE932B;
    SCROLLBAR-3DLIGHT-COLOR: #B6A893;
    SCROLLBAR-ARROW-COLOR: #2A2F55;
    SCROLLBAR-TRACK-COLOR: #f7eabc;
    SCROLLBAR-DARKSHADOW-COLOR: #2A2F55;
    SCROLLBAR-BASE-COLOR: #F8F5DF;
	
}
*/

BODY
{

	
}

h1 {  
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		letter-spacing: -1px;
		font-weight: 900;
		color: #330669;
		
	}
h2 {  
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		letter-spacing: 0px;
		color: #330669;
		
	}
h3 {  
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0px;
		color: #330669;
		
	}

p.content {  
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		letter-spacing: 0px;
		color: #330669;
		
	}

p.content2 {  
		font: "Times New Roman" Times serif;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 0px;
		color: #330669;
		
	}

p.boldcontent {  
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 0px;
		color: #330669;
	}

p.quote {  
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: 0px;
		color: #DFD370;
		
	}

font.subtitle { 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 0px;
		color: #DFD370;
}
font.subcontent { 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: 0px;
		color: #500000;
}

font.fatquote { 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 17px;
		font-weight: 900;
		line-height: 110%;
		color: #DFD370;
}




/*RECIPE_PARAGRAPHS*/
.RCP {
	font: bolder "Times New Roman" Times serif;
	color: #253A70;
	font-size: 14px;	
}
/*BOLD*/
.BOLD {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
/*LINKS*/
A.base:link {color:#FFFFFF; text-decoration:none}
A.base:visited {color:#FFFFFF; text-decoration:none}
A.base:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/*LINKS_PAGE*/
A.links:link {
color: Black; text-decoration:none}
A.links:visited {
	color: Navy; text-decoration:none
}
A.links:hover	{
	color: Red;
	text-decoration: underline;
}
