/* Basic elements of pages */

body {

	font: 8pt/16pt georgia;
	background: #fff;
	margin: 10px;
	text-align: center;

}


P {

	font-family: georgia,"Times Roman",Serif;
	font: 8pt/16pt georgia;

}

UL {

	list-style-type: square;
	margin: 0em 0 0 0em;
	font: 8pt/16pt georgia;

}

/* Navigation text links */
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0000AA;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0000AA;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #0000AA;
	}


/* Heading Tags */

h3 {

	font: bold 12pt georgia;
	color: #000099;

}

h4 {

	font: italic bold 7pt georgia;
	color: #000099;

}

/* Page Divisions */


/* Container contains entire Web page to ensure it is centered on the screen */
#container {

	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	width: 800;
}
