<!-- style sheet for simple pages-->

* {
padding:0;
margin:0;
}
.wide {
width: 600px;
float: left;
margin-right: 5px;
margin-left: 120px;
}
.widie {
width: 336px;
float: left;
margin-right: 5px;
}
.inside {
width: 980px;
float: left;
margin-right: 5px;
border: 0px solid #000;
margin: 10px;
padding-left: 10px;
}
.clear {
clear:both;
height: 0.01em;
}
.treat {
width: 200px;
float: left;
padding: 10px;
}
.mon {
float: left;
width: 50px;
background-color: #cce;
color: #000;
text-align: center;
border: 1px solid #ffc;
}
.under {
text-decoration: underline;
}
.footer {
text-align: right;
margin-right: 120px;
}
.quote {
margin-left: 20px;
margin-right: 20px;
font-style: italic;
}