BODY  	{
	body background="images/background.jpg";
	margin : 10px;
        }

H1, H2, H3, H4, H5, H6 {
	font-family : Arial, Tahoma;
	font-size: large;
	color: #000000;
	text-align : left;
	}

BODY, P, TD, LI {
	font-family : Arial, Tahoma;
	font-size: small;
	color: #000000;
	text-align : justify;
	}
	
.center {
	text-align : center;
	}

.right {
	text-align : right;
	}

TD 	{
	text-align : center;
	vertical-align : top;
	}

a:link    { 
	color: #330099; 
	font-size: small;
	font-weight: bold;
	text-decoration: none 
	}
a:visited  { 
	color: #999933;
	font-size: small;
	font-weight: bold;
	text-decoration: none }
a:hover  { 
	color: #000000; 
	font-size: small;
	font-weight: bold;
	text-decoration: none
	}
a:active  {
	color: #f00; 
	font-size: small;
	font-weight: bold;
	text-decoration: none }

UL.plain  { list-style-type: none } 