/*CSS code 
	goes here*/ 
body		{
			background-color: #3333FF;    
			color: #FFFFFF;
			font-family:Exotica, Century, Arial;
			/*padding-left:144px;*/
			}

h1, h2		{
				color: #993333;
				font-family: Exotica;
				}

td, th		{
				color: #FFFF99;
				font-family: Arial;
				}

h3		{
				font-weight: bold;
				font-family:Century Gothic;
				color: #CC99FF;
				}

td.col2		{
				font-style: italic;
				border: 2px;
				border-color: #FFFF66;
				}
				
.col3		{
				color: #009933;
					}

a:link		{color: #FFFF66;
				 font-family:"Century Gothic";}
a:visited	{color: #FFFF99;
				 font-family:"Century Gothic";}

a				{
				text-decoration: none;
				font-variant: small-caps;
				}

ol				{
				list-style-type: upper-roman;
				}

ul				{
				list-style-type: square;
				list-style-image: url();
				}