#Layer1 {
	position:absolute;
	width:281px;
	height:100px;
	z-index:1;
	left:133px;
	top:453px;
	cursor:default;	
}
#Layer2 {
	position:absolute;
	width:700px;
	height:529px;
	z-index:1;
	left:0px;
	top:0px;
	cursor:default;
}

A:link {
	color: #7ee528; text-decoration: none; text-transform: uppercase;
}
A:visited {
	color: green; text-decoration: none; text-transform: uppercase;
}
A:active {
	cursor: crosshair; text-decoration: none;
}
A:hover {
cursor: crosshair; color: green;
}

BODY {
background-color: #e0fc74;
background-attachment: fixed;

font-family: georgia;
font-size: 7pt;
color: black;
font-style: normal;
text-align: justify;
text-decoration: none;
letter-spacing: 1px;}

.title {font-family: perpetua;
font-size: 12pt;
color: #91dd2a;
font-style: bold;
text-align: right;
font-weight: lighter;
background-color: none;
letter-spacing: 4px;
text-transform: uppercase;}

.little {font-family: georgia;
font-size: 10pt;
color: #83b540;
font-style: bold;
text-transform: uppercase;}
  
.line2 {color: #709104;
  line-height: 11px; 
  margin-top: 1px; 
  border-top:1px dashed #709104; }  

b {font-size: 7pt;
color: #61d503;
text-transform: uppercase;}

i {font-size: 7pt;
color: #499908;
font-style: italic;}


 blockquote {
  color: white;
  line-height:10px;
  padding:7px;
  background-color: #7ee528;
  margin-left:10px;
  margin-right:10px; }
