	BODY { 
		background-color: #333333; 
		margin-left: 0%; 
		margin-right: 0%; 
		margin-top: 0; 
		margin-bottom: 3em;  }

	A:hover { color: #FFFFFF;
		text-decoration: underline; 
		text-transform: uppercase; } /*  */
	A:link { 
		color: #ff22ff;  }  /*  unvisited link */ 
	A:visited { 
		color: #BF00FF; 
		text-decoration: none; }  /*  visited link */
	A:active { 
		color: #ff22ff; 
		text-decoration: underline; 
		text-transform: uppercase; }   /*  active link */
	h1,h2,h3,h4  { 
		font-family: Lucida Casual; 
		color: #FF00FF; 
		text-align: center; 
		margin-bottom: 0.1em;
		margin-top: 0.1em;
		margin-left: -0%; }  
	h1  { font-size: 1em;  } 
	h2  { font-size: 0.5em;  }
	h5,h6  { 
		font: 12px arial, Lucida sans Unicode, Times New Roman; 
		color: #000000;
		margin-top: 2em; 
		margin-bottom: 1em; } 
	.bottomright { 
		float: right;
		text-align: right;
		margin-top: 4em; 
		margin-bottom: 1em;
		margin-right: 2em }
	.bottomleft { 
		float: left;
		text-align: left;
		margin-top: 4em; 
		margin-bottom: 1em;
		margin-left: 2em }
	.bottomcenter { 
		text-align: center;
		margin-top: 4em; 
		margin-bottom: 1em; }
	p { 
		text-indent: 0; 
		margin-top: 0.5EM; 
		margin-bottom: 0.5EM; }
	.NAVBAR { 
		font: 600 medium; 
		font-family: Lucida Casual; 
		text-align: center; 
		margin-bottom: 0.2em;
		margin-top: 0.2em;
		border: ridge;
		border-top-color: #565656;
		border-left-color: #565656;
		border-right-color: #404040;
		border-bottom-color: #404040;
		background: #303030;
		border-width: 2; 
		padding: 0.2em; 
		margin-left: 20%; 
		margin-right: 20%; 
		text-decoration: none; }
	.NAV:hover { color: #00AAFF;
		text-transform: uppercase;
		text-decoration: underline; }
	.IMG {
		background: #303030;
		border: ridge; 
		border-top-color: #565656;
		border-left-color: #565656;
		border-right-color: #404040;
		border-bottom-color: #404040;
		border-width: 2; 
		padding-top: 2em; 
		padding-right: 2em;
		padding-left: 2em; 
		padding-bottom: 2em; 
		margin-left: 0%; 
		margin-right: 0%; 
		margin-top: 0;
		margin-bottom: 0;
		text-align: center; }
	.RIGHT { 
		margin-right: 2%; 
		margin-top: 2%; 
		margin-bottom: -25;
		text-align: right; }
	.CENTER {
		font-size: 5em; 
		font-family: Courier; 
		text-align: center; 
		color: #6495ED; 
		margin-top: 3em; 
		margin-bottom: 3em; } 
