body {
	background: #E4DECD url(../images/bg.gif);
	color: #000000;
	margin-bottom : 20px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 30px;
	font-family: Georgia, "Times New Roman", serif;
}

a:link {
 color: #000000;
 text-decoration: none;
}
a:active {
 color: #000000;
 text-decoration: none;
}
a:visited {
 color: #000000;
 text-decoration: none;
}
a:hover {
 color: #000000;
 text-decoration: none;
}

.MainWin {
	padding-top: 24px;
}

.MainDiv {
	width: 634 px;
	height: 553 px;
	overflow: auto;
	scrollbar-face-color: #E4DECD;
	scrollbar-shadow-color: #ACAB97;
	scrollbar-highlight-color: #ECE8DB;
	scrollbar-3dlight-color: #ACAB97;
	scrollbar-darkshadow-color: #8C8D7D;
	scrollbar-track-color: #E4DECD;
	scrollbar-arrow-color: #ACAB97;
}

.MainText {
	font-size: 12pt;
/*	padding-left: 10 px;
	padding-right: 10 px;
	margin: 0 10px 0 10px; */
}

.CakeName {
	font-size: 12pt;
	color: #ACAB97;
	padding-left: 10 px;
	padding-right: 10 px;
	text-align: center;
}

.PageCount {
	font-size: 12pt;
	font-weight: bold;
	padding-left: 10 px;
	padding-right: 10 px;
	text-align: center;
}

.PageCount a {
	font-size: 12pt;
	font-weight: normal;
}

.PageCount a:visited {
	font-size: 12pt;
	color: #ACAB97;
	font-weight: normal;
}


