@charset "utf-8";
/* CSS Document */

body {
	background-color: #E0C68B;
	 color: #FFFFFF;
}
p {
font-size:16px;
padding:5px;

}
.smallfont {
font-size:9px;
}
.mediumfont {
font-size:16px;
}
.mediumtolarge{
font-size:19px;
}
.mediumtolarge_brown{
font-size:18px;
color:#330000;
}
.nonsence {
color:#330000;
}
.largefont {
font-size:20px;
}
.darkfont {
color:#330000;
}

.footer{font-size: 14px; }

