h1 {
		text-align: center;
		color:#111166;
		font-size:x-large;
		font-weight:bold;
		border:0.2em solid #111166;
  		background:#FFF;
  		padding:0.6em;
  		text-transform:uppercase;
		letter-spacing: .1em;
		}
	

h2 {
	padding: 0.7em;
	font-size: large;
	line-height: 22px;
	background-color: #FFF;
	border-left: 3px dotted #111166;
	border-top: 3px dotted  #111166;
	border-bottom: 3px dotted  #111166;
	}

h3 		{		
		color:#FFF;
		font-size: large;
  		background:#111166;	
  		text-transform:none;	
		padding: 0.2em;
		}	
h4 		{		
		color:#111166;
		font-size: large;
		font-weight:normal;
		}	
	
body {
		margin:2em 2em 2em 2em;
		background:#f3f6ec;
		}

	A 		{ color: #111166; text-decoration: none; font-weight:bold; } 
	A:link		{ color: #111166; text-decoration: none; } 
	A:visited	{ color: #118866; text-decoration: none; } 
	A:hover		{ color: #88EE88;  }
	



 		
.date		{ 
		font-size: small; 
		color: #111166; 
		border-top:0.1em solid #111166;
                background-color: #FFF;
		text-align: center;
		margin:0em 30% 0em 30%;
		}
.footer		{
		text-align: center;
		color:#111166;
		font-size: large;
		font-weight:normal;
  		text-transform:none;	
		letter-spacing: 0; 

		}	


.rtoc		{
		text-align: center;
		font-size: small;
		color: #111166;
		}

blockquote	{		
  		background:#FFF;	
		padding: 0.2em;
		}	
