	body { background: rgb(192,220,192) }

	P {	
		font-family: arial, sans-serif;
		font-size: 12pt;
		font-weight: 700;
		margin-left: 30px;
		margin-right: 30px;
		color: black
		}
		
	SUP {	
		font-family: arial, sans-serif;
		font-size: 11pt;
		font-weight: 400;
		color: black
		}
		
	P.small {	
		font-size: 9pt;
		color: rgb(96,96,96)
		}
		
	P.nav {	
		margin-left: 0px; 
		margin-right: 0px; 
		font-size: 8pt; 
		color: rgb(96,96,96) 
		}
		
	P.large {	
		margin-left: 30px;
		margin-right: 30px;
		font-size: 14pt;
		color: rgb(64,128,64) 
		}

	A 	{
		font-family: arial, sans-serif;
		font-size: 12pt;
		font-weight: 700;
		}

	A:link {
		font-family: arial, sans-serif;
		color: rgb(0,128,0) 
		}

	A:visited {
		font-family: arial, sans-serif;
		color: rgb(96,72,128)
		}

	A:active {
		font-family: arial, sans-serif;
		color: rgb(128,0,0) 
		}

	A:hover {
		font-family: arial, sans-serif;
		background-color: rgb(255,255,216); 
		color: rgb(128,0,0) 
		}



	H1 { 	font-family: cursive;
		font-size: 32pt;
		font-weight: 700;
		}
		
	H1.pink { 	
		color:rgb(255,96,192)
		}
		
	H2 {	text-align: center;
		font-family: arial, sans-serif;
		font-size: 20pt;
		font-weight: 700;
		color: rgb(0,128,0) 
		}


	H3 {	margin-left: 50px; 
		margin-right: 50px; 
		margin-top: 10px;
		margin-bottom: 10px; 
		padding-top: 14px; 
		padding-bottom: 14px; 
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
		font-family: "antique", "comic sans ms", arial, sans-serif; 
		font-size: 16pt; 
		font-weight: 700; 
		color: rgb(4,108,56);   
		background-color: rgb(252,244,232);   
		border-style: solid; 
		border-width: 2px; 
		border-color: rgb(204,156,52)  
		}

	H4 {	margin-left: 60px;
		margin-right: 60px;
		margin-top: 20px;
		margin-bottom: 20px;
		font-family: arial, sans-serif;
		font-size: 12pt;
		font-weight: 700;
		color: rgb(0,0,0) 
		}

	IMG.frame { 
		margin-top: 15px;
		margin-bottom: 15px;
		align: center;
		border-width:3;
		border-style: ridge;
		border-color: rgb(204,156,52)
		}

	IMG.frame_pink { 
		align: center;
		border-width: 3;
		border-style: ridge;
		border-color: rgb(255,96,192)
		}

	IMG.frame_purple { 
		align: center;
		border-width: 3;
		border-style: ridge;
		border-color: rgb(192,96,255)
		}

	TABLE {
		border-style: none 
		}
	TD {	
		font-family: arial, sans-serif;
		font-size: 12pt;
		font-weight: 700;
		color: black
		}

	TD.pink {
		background-color:rgb(255,96,192);
		border-style:solid;
		border-width:1;
		border-color:rgb(64,64,64);
		text-align: center
		}

	TD.purple {
		background-color:rgb(192,96,255);
		border-style:solid;
		border-width:1;
		border-color:rgb(64,64,64);
		text-align: center
		}

	TD.clear {
		text-align: center
		}
	
