@charset "utf-8";
/* CSS Document */
.style1 {
	font-family: Papyrus;
	font-weight: bold;
	color: #000000;
	font-size: 48px;
}
.style2 {
	font-family: Papyrus;
	font-size: 35px;
	color: #000000;
	font-weight: bold;
}
.style3 { 
	font-family: Papyrus;
	font-size: 17px;
	color: #000000;
}
.style5 { 
	font-family: Papyrus;
	font-size: 18px;
	color: #000000;
}
.style7 { 
	font-family: Papyrus;
	font-size: 20px;
	color: #000000;
}
.style6 { 
	font-family: Papyrus;
	font-size: 15px;
	color: #FFF;
}
A {
	font : normal 35px "Papyrus", Times, serif;
	color: #000000;
	font-weight: bold;	
	text-decoration: none;
}
A:LINK {
	font : normal 35px "Papyrus", Times, serif;
	color: #000000;
	font-weight: bold;	
	text-decoration: none;
}
A:VISITED {
	font : normal 35px "Papyrus", Times, serif;
	color: #000000;
	font-weight: bold;	
	text-decoration: none;
}
A:HOVER {
	font : normal 35px "Papyrus", Times, serif;
	color: #000000;
	font-weight: bold;	
	text-decoration: underline;
}
#xx a {
	font : normal 20px "Papyrus", Times, serif;
	color: #000000;
	font-weight: bold;	
	text-decoration: none;
}
#xx A:LINK{
	font : normal 20px "Papyrus", Times, serif;
	color: #000000;
	font-weight: bold;	
	text-decoration: none;
}
#xx A:VISITED {
	font : normal 20px "Papyrus", Times, serif;
	color: #000000;
	font-weight: bold;	
	text-decoration: none;
}
#xx A:HOVER {
	font : normal 20px "Papyrus", Times, serif;
	color: #000000;
	font-weight: bold;	
	text-decoration: underline;
}
body {
	background-color: #DEDEDE;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;		
}
.aa {border:dashed;
}












