body {
	/* font-family:  Georgia, Times New Roman, serif; */
    font-family: 'Droid Serif', serif;

	margin-left:100px; 
	margin-right:100px; 
	margin-top:30px; 
	margin-bottom:30px; 
   padding:30px;
	text-align:justify; 
	/*
    background-color:rgb(40,70,140);
	   color:rgb(220,220,220);
   */
    
    background-color:#ffffcc;
    color:#006633;
    border-style:solid;
    border-width:thin;
}

a:link, 
a:visited,
a:hover,
a:active {
	/*
	color:rgb(255,255,150);
   */
    color:#339966;
	text-decoration:none;
   border-bottom-style:dotted; border-bottom-width:thin;
}

