Body {
	
	color: rgb(0, 0, 0); 
	background-color: black;
	margin: 0px;
	background-image: url(GinnyBkgnd1.jpg);
}

A:link { font-family: Verdana, Arial, Serif; 
font-size: 10px; 
font-weight: 600; 
font-style: normal; 
text-decoration: none;
 color: #9bc1f5; }

A:visited { font-family: Verdana, Arial, Serif; 
font-size: 10px; 
font-weight: 600; 
font-style: normal; 
text-decoration: none;
 color: #f7afb6; }

A:active { font-family: Verdana, Arial, Serif; 
font-size: 10px; 
font-weight: 600; 
font-style: normal; 
text-decoration: none;
 color: #aee9ad; }

A:hover { font-family: Verdana, Arial, Serif; 
font-size: 10px; 
font-weight: 600; 
font-style: normal; 
text-decoration: none;
 color: #e9dead; }

 Div.please-remember {
	 position: relative;
	 width: 220px;
	 height: 400px;
	 overflow: auto;
	 color: #FFFFFF;
	 font: 700 13px 'times new roman';
	 padding-left: 5px;


 }
 
 Div.applet {
	 position: absolute;
	 left: 15px;
	 top: 15px;
	 width: 500px;
	 height: 400px;
 	 border: gray 1px solid;
 }
 
 Div.crescendo {
	 position: relative;
	 left: 520px;
	 top: 15px;
  	 width: 16px;
 	 height: 16px;
 	 background-color: black;
 } 
 
  .links {
 	 position: relative;
 	 left: 15px;
 	 top: 1px;
   	 width: 500px;
  	 height: 25px;
  	 text-align: center;
  	 background-color: gray; 
  	 border: 3px ridge #77aaf1;
 	 filter: alpha(opacity=65);
 	 -moz-opacity:0.65; 	 
 }