
body 		{color: #000066;		
		background-color: #ffffff;
		margin-left: 10%; margin-right: 5%;
		margin-top: 1%; margin-bottom: 2%;
		}

h1		{ color: #000077; background-color: transparent;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.5em;
		text-align: center;
		}

p		{color: #000077; 
		font-weight: bold;
		text-align: left;
		text-indent: 40px;
		font-size: 0.9em;
		font-family:  Arial, Helvetica, sans-serif;
		}

h2		{color: #000077; 
		font-weight: bold;
		text-align: left;
		font-size: 0.8em;
		font-style: italic;
		font-family:  Arial, Helvetica, sans-serif;
		}


.center		{color: #000077; 
		font-weight: bold;
		text-align: center;
		font-size: 0.9em;
		font-family:  Arial, Helvetica, sans-serif;
		}

.smallcenter		{color: #000077; 
		font-weight: bold;
		text-align: center;
		font-size: 0.7em;
		font-family:  Arial, Helvetica, sans-serif;
		}		

.displayed		{display: block;
		margin-left: auto;
   		margin-right: auto
		}

 .navbar		{text-align: center;
		font-size: 0.8em;
		font-family: Arial, Helvetica, sans-serif;
		}


:link		{ color: #000099; }

:visited		{ color: #777777; }				

:active		{ color: #ff0000; }


