body {
   /* background-color: #f0f0ff; */
   background-color: #ffffe0;
   /* background-image: url(./img/dark/zback.gif); */
}

a {
   text-decoration: none;
   color: #369;
}
	
a:hover {
   color: green;
   text-decoration: underline;		
}

a.old {
   text-decoration: none;
   font-size:     10pt;
   color: #369;
}
	
a.old:hover {
   color: green;
   font-size:     10pt;
   text-decoration: underline;		
}
            
table.mainpage {
   margin: 5px;
   padding: 0px;
   border-spacing:10px;
}

td.mainpage_links {
   font-family: times;
   font-style: normal;
   font-size: 10pt;
   border: solid black 1px;
   /* background: #e0e0ff; */
   background-color: #ddddc0;  
   padding-left: 5px;
   padding-right: 5px;
   width: 20%;
   vertical-align: top;
   color: black;
}

td.mainpage_text {
   font-family: times;
   font-style: normal;
   font-size: 14pt;
   padding-left: 5px;
   padding-right: 5px;
   vertical-align: top;
   color: black;
   color: black;
}

div.template-heading {
   font-weight:   bold;
   font-size:     10pt;
   text-align:    center;
   /*
   background:    #dc88fb;
   border-bottom: #52096d solid 1px;
   border-top:    #edc6fb solid 1px;
   border-left:   #974fb1 solid 1px;
   border-right:  #974fb1 solid 1px;
   */
   background: #baab90;
   border: #998070 solid 1px;
   padding: 1px;
   margin-bottom: 2px;
   margin-top: 2px;
   margin-left: 1px;
   margin-right: 1px;		
}

div.news-heading {
   font-weight:   bold;
   font-size:     12pt;
   text-align:    center;
   background:    #c0c0c0;
   border-bottom: black solid 1px;
   border-top:    black solid 1px;
   border-left:   black solid 1px;
   border-right:  black solid 1px;
   padding: 1px;
   margin-bottom: 2px;
}
