/*CSS code 
	goes here*/ 
body		{
			background-color: #003366;    
			color: #FFFFFF;
			font-family:Exotica, Century, Arial;
			}

h1, h2		{
				color: #00CC99;
				font-family:Exotica, Comic Sans;
				}

td, th		{
				color: #FFFFFF;
				font-family: Exotic, Century, Times New Roman;
				}

h3		{
				font-weight: bold;
				color: #F9F4C1;
				}

td.col2		{
				font-style: italic;
				font-size:smaller;
				}
				
.col3		{
				color: #ff0000;
				}

a:link		{color:#FFCC66;}
a:visited	{color:#FFFF99;}

#openpara	{
					font-style: italic;
				/*	margin-left: 5%;
					margin-right: 5%;*/
				    letter-spacing: 3pt;
					}

		

a				{
				text-decoration: none;
				font-variant: small-caps;
				}

#logo		{
				text-align: center;
				border: 6px ridge #000066;
				}

ol				{
				list-style-type: upper-roman;
				}

ul				{
				list-style-type: square;
				list-style-image: url();
				}
