
BODY	{
		background: rgb(203,185,156);
		color: black;
		font-family: serif;
	}

A:LINK	{	color: white	}
A:VLINK	{	color: red	}
A:ALINK	{	color: white	}

P	{	margin: 35px	}
P.CONTENT	{	text-align: justify;	
			font-size: 14pt;
		}
P.HEADER	{	font-size: large;
			font-weight: bold;	
			font-family: sans-serif;	
			text-align: right;	}
P.MENU	{	font-size: small;
		text-align: center;	
		font-family: arial, sans-serif;
	}
P.SCRIPT	{	font-style: oblique;	}
LI	{	list-style-type: none;	}

SPAN.BG	{
		position: absolute;
		top: 5px;
		left: -35px;
		z-index: 0;
	}
DIV.FG	{
		position: absolute;
		width: 510px;
		z-index: 1;
		left: 100px;
		top: 50px;
	}
UL	{
		margin-top: 20px;
		margin-bottom: 20px;
		list-style-type: none;		
		font-size: medium;
		font-weight: bold;
		font-family: "sans-serif";
	}
