
a:link, a:visited, a:active {
   color: blue;
}

a.sidebar:link, a.sidebar:visited, a.sidebar:active {
   color: #3D3DFF;
}
a.sidebar:hover {
   color: green;
   text-decoration: underline;
}
a.sidebar {
   text-decoration: none;
}



h1 {
   font-size: xx-large;
   text-align: center;
   color: black;
}

h2 { 
   font-size: x-large;
   text-align: center;
   color: black;
   text-decoration: underline; 
}
 
span.f0 { font-size: xx-small; } 
span.f1 { font-size: x-small; } 
span.f2 { font-size: small; } 
span.f3 { font-size: medium; } 
span.f4 { font-size: large; } 
span.f5 { font-size: x-large; } 
span.f6 { font-size: xx-large; } 
span.purple { color: purple; } 
span.bold { font-weight: bold; }
span.underline { text-decoration: underline; }
span.orange { color: #A82A00; } 
span.centered, p.centered, div.centered { text-align: center; } 
span.italics { font-style: italic; }
span.AllThree { 
   font-weight: bold; 
   text-decoration: underline; 
   font-style: italic; 
}


p.right { text-align: right; }

#frameLeft {
   position: absolute; 
   top: 0; 
   left: 0; 
   width: 260px; 
   height: 100%;
   background-color: #FFFF80;
   overflow: hidden;
}

#frameMain {
   position: fixed; 
   top: 0;
   left: 260px;
   bottom: 0;
   width: calc(100% - 260px);
   overflow: auto; 
}

.paddingMain { margin: 15px; }


table,td,th { 
  width: 600px; 
  border: 1px solid black; 
  border-collapse: collapse;
  margin: auto; 
}
table.inner,td.inner { 
  border: 0px solid black;
  border-collapse: collapse;
  margin: auto; 
  text-align: center;
}

