<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">


H1 {
		font-family: comic sans ms;
		font-size: 16pt;
		font-weight: bold;
		color: #800000;
		text-align: center;
		position: relative;
	} 
	
	H2 {
		font-family: comic sans ms;
		font-size: large;
		font-weight: bold;
		color: #FFFFCC;
		background: #800000;
		text-align: center;
		padding: 3pt;
		border-top: inset;
		border-bottom: inset;
		position: relative;
	}
	
	H3 {
		font-family: comic sans ms;
		font-size: small;
		font-weight: normal;
		color: #ffffff;
		text-align: left;
		position: relative;
	}


P
{ 
font-family: comic sans ms;
font-weight: normal;
font-size: 14pt;
color: #ffff00;
position: relative;
margin-left: 1cm;
margin-right: 1cm;
}

P.small
{
font-family: comic sans ms;
font-weight: normal;
font-size: 12pt;
color: #ffffff;
text-align: left;
}


B {
		font-family: Arial;
		font-weight: bold;
		color: #ffffff;
		position: relative;
	}
Strong {
		font-family: sans-serif;
		font-weight: bold;
		color: #000000;
		position: relative;
	}

	I {
		font-family: Arial;
		font-weight: bold;
		font-style: italic;
		position: relative;
	}
	
	LI  {
		font-family: sans-serif;
		font-size: 10pt;
		color: #000000;
		position: relative;
	}
UL  {
		font-family: sans-serif;
		font-size: 10pt;
		font-weight: bold;
		color: #000000;
		position: relative;
	}

TD {
		font-family: sans-serif;
		font-size: 10pt;
		color: #000000;
		
	}

TH {
		font-family: sans-serif;
		font-size: 24pt;
		font-weight: bold;
		color: #000000;
		background: #99CCCC;
		text-align: center;
		position: relative;
	}
	
Table:art {
		font-family: sans-serif;
		font-size: 24pt;
		font-weight: bold;
		color: #000000;
		background: #99CCCC;
		text-align: center;
		position: relative;
	}

A {
		font-family: comic sans ms;
		font-weight: normal;
		color: #ccffff;
		text-decoration: underline;
		position: relative;
	}
	


A:visited { 
font-family: comic sans ms;
		font-weight: normal;
		color: ##ccffff;
		text-decoration: underline;
		position: relative;
 }

 
 
A.active { 
font-family: Arial;
		font-weight: bold;
		color: #e5e5e5;
		text-decoration: underline;
		position: relative;
 }

PRE {
		font-family: sans-serif;
		font-size: 10pt;
		background: #800080;
		position: relative;
		
	}
	
	.first {
		border-top: ridge;
		border-left: ridge;
		position: relative;
	}
	
	.last {
		border-bottom: ridge;
		border-right: ridge;
	}
p{
	font-family : "Comic Sans MS";
	color: #F5FFFA;
}
.gray{
	background-color: #EEEEEE;
}