body	{	font-family: Serif;
		font-size: small;
		color: black;
		background-color: white;
	}

h1	{	font-family: Sans-serif;
		font-size: x-large;
		color: green;
		background-color: white;
		text-align: center;
	}

h2	{	font-family: Sans-serif;
		font-size: large;
		color: green;
		background-color: white;
		text-align: center;
	}
	
h3	{	font-family: Sans-serif;
		font-size: medium;
		color: green;
		background-color: white;
		text-align: center;
	}

p	{	text-align: justify;
		text-indent: 0px;

	}

ul	{	text-indent: 5%;

	}

dt	{	font-family: Sans-serif;
		font-size: medium;
		color: green;
		text-indent: 5%;
	}
	
table{	width: 100%;
	}
	
td.navtable	{ 	width: 10%;
				text-align: center;
			}
		


sup	{	font-size: smaller;

	}

sub	{	font-size: smaller;

	}
	

