BODY {
	background: black;
	color: #FFFFFF;
	list-style: square; 
	
				/*scrollbar-arrow-color: white;
				scrollbar-face-color: #003300;
				scrollbar-track-color: #999900;
				
				
				scrollbar-shadow-color: #999999;
				scrollbar-highlight-color: #eeeeee;
				scrollbar-3dlight-color: #006600;
				scrollbar-darkshadow-color: #000000;*/			
}

@font-face {
	font-family: "Papyrus";
	src: url("http://www.wellnesstradingpost.com/html/fonts/Papyrus.TTF");
}

.papyrus {
	font-family: Papyrus; 
	font-size: 20px;
	letter-spacing: 0px;
	line-height: 25px;
}

.papyrusSmaller {
	font-family: Papyrus; 
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 20px;
}

.arialBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 17px;
	
}


.arialTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 17px;
	font-weight: bold;
}

/* links */

a.topmenu	{
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		
		color: #FFFFFF;
}

a.topmenu:visited	{
		text-decoration: none;
		color: #FFFFFF;
		font-size: 11px;
}


a.topmenu:hover {
		text-decoration: none;
		color: #ffcc00;
		font-size: 11px;
}

/* REGULAR LINK */

A		{
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: 2px;
		font-weight: normal;
		font-size: 14px;
		color: #eeeeee;
}
A:visited		{
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: 2px;
		font-weight: normal;
		font-size: 14px;
		color: #eeeeee;
}
A:hover		{
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: 2px;
		font-weight: normal;
		color: #ffcc00;
}		

hr			{
		color: WHITE;
		style: NOSHADE;
}

