body {   background-color: #ffffcc;  margin: 0px;  }

h1, h2, h3 { font-family: Lucida calligraphy, Lucida, Times Roman, serif;  text-align: center; }

.justify { text-align: justify;  }
.indent { text-indent: 30px;   }

.font1 { font-family:Lucida calligraphy, Lucida, Times Roman, serif; font-size: 16px; font-weight: bold; }

.leftSide { float: left; width: 16%;  background-color: #609850; padding-left: 7px; border-right-style: ridge; border-right-width: 4px; border-right-color: green; }
.rightSide { float: right; width: 80%;  margin: 10px; }

.middle { float: left; width: 47%;  margin-left: 10px; }
.sidebar { float: right; width: 30%;  margin: 5px; border-style: solid; border-width: 2px; padding: 5px; border-color: #1a540a; background-color: #b0ff55;  }

.tborder {  border-collapse: collapse; border-bottom-style: ridge; border-bottom-width: 4px; border-bottom-color: green;}

a.spc:link {  color: #1a540a; text-decoration: underline; font-weight: bold; } 
a.spc:visited { color: #609850; text-decoration: underline; font-weight: bold; }
a.spc:hover {  color: #79f757; text-decoration: underline; font-weight: bold; }

hr.color { background: #1a540a;  height: 3px; text-align: center; }

.ridge {font-family: Lucida calligraphy, Lucida, Times Roman, serif;  border-style: ridge; border-width: 4px; padding: 5px;  border-color: green; margin-left: 25px;  margin-top: 20px; margin-right: 30px; text-align: center; font-weight: bold;  color: #1a540a; }