a
{
	text-decoration: none;
	font-weight: bold;
}

a:link { color: #003366; }
a:visited { color: #003366; }
a:hover { color: #FF9900; }
a:active { color: #003366; }


 
 
 


 
 

.entry-header
{
	margin: 1px 0 10px 0;
 
	
	color: #000000;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	
	
}

 

.entry-header a:link { color: #000000; }
.entry-header a:visited { color: #000000; }
.entry-header a:hover { color: #000000; }
.entry-header a:active { color: #000000; }

 
 

.entry-content p { text-align: left; }

 

 


/* modules */

	.module a
	{
		text-decoration: none;
		font-weight: bold;
	}

	.module a:link { color: green; }
	.module a:visited { color: green; }
	.module a:hover { color: #6699CC; }
	.module a:active { color: #006699; }


.module-header
{
	margin: 5px 0;
	border: 0;
  	
	color: black;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: x-small;
	line-height: normal;
	font-weight: bold;
	
	text-transform: uppercase;
	letter-spacing: .3em;
	text-align: center;
}

.module-content
{
	margin: 5px 0 20px 0;
	color: black;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: x-small;
	line-height: 150%;
	
	
	
	text-align: left;
}

 