@charset "UTF-8";
/* CSS Document */
.style1 {
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style3 {font-size: 24px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #FF1BA5; }
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF1BA5;
}
body {
	background-color: #9CCA00;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	background-image: url(http://tour.sleepcreep.com/images/background.gif);
}
.border {
	border: 1px solid #FF0099;
}
.padding {
	padding: 10px 10px 0px 5px;
}
.style5 {font-size: 18px;
color: #FF1BA5;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
}
a:link {color: blue; text-decoration: underline;  }
a:visited {color: blue; text-decoration: underline;  }
a:hover {color: blue; text-decoration: underline; }
a:active {color: blue; text-decoration: underline; }

a.box:link {border: 1px solid #FF0099; }
a.box:visited {border: 1px solid #FF0099; }
a.box:hover {border: 1px solid #9CCA00; }
a.box:active {border: 1px solid #FF0099; } 
