body {
   background-color: #efe7d0;
   /*background-image: url(images/byz_orn.png);*/
   font-family: Times New Roman, Times, serif;
   text-align: justify;
   width: 800;
}
a:link {
   color: blue;
   text-decoration: underline
}
a:hover {
   color: fuchsia
}
a:active {
   color: fuchsia
}
a:visited {
   color: purple
}
span.greek {
   font-family: Symbol
}
div.centered {
   text-align: center
}
div.rightside {
   float: right; 
   position: absolute;
   width: 246;
   left: 554; 
   z-index: 2;
}
div.leftside {
   float: left; 
   position: static;
   width: 540;
   left: 0;
   z-index: 1;
}
p.centered {
   text-align: center
}
p.footer {
   font-family: Arial, sans-serif, Helvetica;
   text-align: center;
   font-size: 12px;
   clear: both;
}
th {
   font-weight:bold; color:navy;
   font-size: 20px;
}
th.download {
   font-family: Arial, sans-serif, Helvetica;
   font-weight:bold;
   color:navy;
   font-size: 12px;
   vertical-align: bottom;
}
td {
   font-family: Times New Roman, Times, serif;
   text-align: justify;
}
td.download {
   font-family: Arial, sans-serif, Helvetica;
   text-align: left; 
   font-size: 12px;
   vertical-align: bottom;
}
h1 {
   color: maroon; font-size: 30px;
   font-family: Arial, sans-serif, Helvetica;
   text-align: center;
   font-style: normal;
   font-weight: bold
}
h2 {
   color: maroon; font-size: 20px;
   font-family: Arial, sans-serif, Helvetica;
   text-align: center;
   font-style: normal;
   font-weight: bold
}
h3 {
   color: navy; font-size: 16px;
   font-family: Arial, sans-serif, Helvetica;
   text-align: left;
   font-style: normal;
   font-weight: bold
}
h3.centered {
   text-align: center;
}
h4 {
   color: maroon; font-size: 16px;
   font-family: "Times New Roman, Times, serif";
   text-align: left;
   font-style: italic;
   font-weight: bold;
}
dfn {
   color: maroon; font-style: italic; font-weight: bold
}
dt {
   color: maroon;
   font-size: 16px;
   font-weight: bold;
}
li {
   list-style-image: url(images/maeander.png);
   list-style-type: none;
}

