A:visited    {	
	color: #0000FF; 
	text-decoration: none;
}
A:hover      {	
	color: #FF0000; 
	text-decoration: underline;
}
A            {	
	color:#0000FF;
	text-decoration: none; 
}

body         
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #faf9f0;
	text-align:justify;
}

h1, h2
{
	//text-align: center;
	border-bottom: 1px dashed #40409c;
	margin-bottom:0;
}

h1,h2,h3,h4,h5 {color: #529900 !important; }

h1{font-size:48px}h2{font-size:36px}h3{font-size:30px}h4{font-size:24px}h5{font-size:18px; font-weight: bold;}h6{font-size:16px}

header h1 {color: #88ff00 !important; text-shadow: 0px 0px 8px #448000; }

body,h1,h2,h3,h4,h5,h6,button,.w3-bar {font-family: 'Nunito', sans-serif;}
h1,h2,h3,h4 {font-family: 'Atma', cursive; font-weight: 600;}

.subheading {
	color: #40409c;
	text-align: center;
	font-weight: bold;
}

.content
{
	width: 1000px;
	margin-left: auto;
	margin-right:auto;
	margin-top:0px;
	padding-top:5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

article.blurb {padding: 30px 20px 10px 20px; margin: 20px 0; background-color: #f9f6e4; border: 1px solid #c2cdd2; }
article ul li {padding:8px 12px;}
article ol li {padding:8px 12px;}
article p.top {text-align: right !important;}
article hr {border: 1px solid #c2cdd2; width: 50%; margin: 1px auto;}

.center
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.tag
{
	text-align: center;
}

.footer, .footer a
{
	text-align: center;
	font-weight: bold;
	font-size: small;
	color: Black;
}

.linktext
{
	font-size: small;
}

table.ratings {font-size: medium; background: white; border: 1px solid #a8b7bf; border-collapse: collapse; width: 100%; margin-top: 40px;}
table.ratings td, table.ratings th {border: 1px solid #a8b7bf; margin: 0; padding: 6px; vertical-align: top; text-align: left; }
table.ratings th {background-color: #355681; color: #ffffff !important;}
table.ratings td:first-child {width: 25%;}
table.ratings td:last-child {width: 75%;}
table.ratings caption { display: none;}