@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FDE3E2;
}

.pagelink a:link, .pagelink a:visited {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	}
	
.pagelink a:hover {
	color: #fbe1ed;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	}
	
.pagelink a:active {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	} 
	
.style1 {
	font-size: 36px;
	font-weight: bold;
	color: #D78AAF;
	}
	
.pagelink2 a:link, .pagelink2 a:visited {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	}
	
.pagelink2 a:hover {
	color: #666666;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	}
	
.pagelink2 a:active {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	} 
	
#desc1 {
	padding: 90px 100px 0 100px;
	height: 90px;
	}
	
#desc2 {
	padding: 10px 25px 0 25px;
	height: 75px;
	}

#desc3 {
	padding: 0 25px 0 25px;
	height: 75px;
	}

