SPAN.trtitle     { font-family: "Times New Roman", serif; color: #005000; font-style: italic; font-weight: bold; font-size: xx-large; line-height: 115% }
SPAN.trnormal    { font-family: "Arial", sans-serif; color: black; font-style: normal; font-size: small; font-weight:normal; line-height: 120% }
SPAN.trbig       { font-family: "Arial", sans-serif; color: black; font-style: normal; font-weight: bold; font-size: small; line-height: 120% }
SPAN.cntiny      { font-family: "Courier New", monospace; color: black; font-style: normal; font-size: xx-small; font-weight:normal; line-height: 100% }
SPAN.cnnormal    { font-family: "Courier New", monospace; color: black; font-style: normal; font-size: small; font-weight:normal; line-height: 110% }
SPAN.cncomment   { font-family: "Courier New", monospace; color: green; font-style: italic; font-size: small; font-weight:normal; line-height: 110% }
SPAN.cnkeyword   { font-family: "Courier New", monospace; color: black; font-style: normal; font-weight: bold; font-size: small; line-height: 110% }
SPAN.cndirective { font-family: "Courier New", monospace; color: #703070; font-style: normal; font-size: small; font-weight:normal; line-height: 110% }
SPAN.cnred       { font-family: "Courier New", monospace; color: red; font-style: normal; font-size: small; font-weight:normal; line-height: 110% }

body { 
 background-color: #f0ffff
 }

#Menu {
 position: absolute;
 top: 50px;
 left: 3px;
 width: 180px;
 height: auto;
 margin: 0;
 }

#Main {
 position: absolute;
 top: 5px;
 left: 150px;
 width: auto;
 height: auto;
 }

