PRE.right {
	text-align : right;
}


	H1 {
		COLOR="#993300";
		font-family : "Comic Sans MS";
		font-size : 200%;
		margin-top : 1.5em;
		margin-left: 0em;
		font-weight: bold;
		text-decoration: underline;
	}

	H2 {
		COLOR="#993300";
		font-family : "Comic Sans MS";
		font-size : 160%;
		margin-top : 1.5em;
		text-decoration: underline;
	}

	H3 {
		COLOR="#993300";
		font-family : "Comic Sans MS";
		font-size : 120%;
		margin-top : 1.5em;
		margin-bottom : 0em;


	

	}

H4 {
	color : #CC6600;
	font-family : "Comic Sans MS";
	font-size : 100%;
	font-weight : lighter;
}

HR{
  line-height: 2px;
  margin-left: 3%;
  margin-right : 3%;
}
HR.red {
	color: #FF0033;
	margin-bottom : 0px;
	margin-left : 3%;
	margin-right : 3%;
}

HR.blue {
	color: #3300FF;
  margin-left: 3%;
  margin-right : 3%;
}

	BODY {
		background-color : #ffffcc;
		color : #000000;
		font-family : times new roman;
		margin-left : 0;
		margin-right : 5%;
		background-image: url(pageback2.gif);
		background-repeat: no-repeat;
		background-attachment: fixed;

	}

	A:LINK, A:VISITED {
		color : #000099;
		text-decoration : underline;
	}

	A:HOVER {
		background: transparent;
		color : #ff0000;
		text-decoration: underline;
	}

	A:ACTIVE{
		background: transparent;
		color: Fuchsia;
		text-decoration: none;
	}


	BLOCKQUOTE {
		margin-left : 0;
	}

	CAPTION {
	font-family : fantasy;
	font-weight : bold;
}
	TABLE {
		background-color: #0000cc;
		border: 1px;
  }
	 
   TABLE.blank {
	background-color: transparent;
	border: 0px;
}

	TH {
		background-color : #0000cc;
		color: #ffffcc;
		font-family: times New Roman;
		font-size : 130%;
		font-weight: bolder;
		text-decoration: underline;
		text-align: left;
		vertical-align: top;
		margin: 20em;
	}

	TD {
		background-color : #ffffcc;
		color: #000000;
		font-family: times new roman;
		text-align: left;
		vertical-align: top;
	}
	
	LI{
		margin-left: 3em;
		margin-top: 0.5em;
	}

	MENU{
		margin-left: 3em;
	}
  
	P.cent{
	text-align : center;
	font-weight : 500;
	margin-left : 10%;
	margin : 10%;
}

  P.info{
	text-align : left;
	margin-left : 10%;
	margin : 10%;
	margin-top : auto;
}
DIV.cent {
	text-align : center;
	font-weight : 500;
	margin-left : 10%;
	margin : 10%;
	margin-top : 5%;
}

