/*External Style Sheet */

body	
	{
	margin-top: 1em;
	margin-right: 0.1em;
	margin-bottom: 1em;
	margin-left: 0.5em;
	margin-width: 0em;
	margin-height: 0em;
	background-image: url("marble3.gif"); 
	}

h1,h2,h3,h4,h5,h6
	{
	font-family: Times,serif;
	color: #540000;
	font-weight:200;
	}
h1
	{
	font-size:30pt;
	font-weight: 800;
	text-align: center;
	}
h2
	{
	font-size:18pt;
	text-align: center;
	text-decoration: underline;
	font-weight: 800;
	}
h3
	{
	font-size:14pt;
	}
h4
	{
	font-size:12pt;
	text-align: left;
	}

ol
	{
	font-family: serif,Times;
	font-size:12pt;
	list-style: upper-roman;
	}

A:link
	{
	color:#540000;
	}

A:visited
	{
	color:gray;
	}

A:hover
	{
	color:navy;
	}
