/* CSS for Encyclopaedia Galactica web page contents */
/* by R. T. F. Rekola */

h1
  {
  font-family: Times, "Times New Roman", serif;
  font-size: 36px;
  text-align: left; 
  font-weight: bold; 
  color: #000099;
  margin-top: 20px;
  margin-bottom: 10px;
  }

h2
  {
  font-family: Times, "Times New Roman", serif;
  font-size: 24px;
  text-align: left; 
  font-weight: bold;
  color: #000099;
  margin-top: 16px;
  margin-bottom: 6px;
  }

h3
  {
  font-family: Times, "Times New Roman", serif;
  font-size: 18px;
  text-align: left; 
  font-weight: bold;
  color: #000066;
  margin-top: 24px;
  margin-bottom: 4px;
  }

h4
  {
  font-family: Times, "Times New Roman", serif;
  font-size: 16px;
  text-align: left; 
  font-weight: bold;
  font-style: italic;
  color: #000066;
  margin-top: 10px;
  margin-bottom: 3px;
  }

p
  {
  font-family: Times, "Times New Roman", serif;
  font-size: 12px;
  text-align: left; 
  color: #000000;
  }

.large
  {
  font-size: 14px;
  }

.small
  {
  font-size: 10px;
  }

.smaller
  {
  font-size: 9px;
  }

.indent25
  {
  margin-left: 25px;
  }

.inverse
  {
  color: #ffffff;
  }

a:link 
  {
  font-weight: normal;
  text-decoration: none;
  color: #990099;
  }

a:visited 
  {
  font-weight: normal;
  text-decoration: none;
  color: #660066;
  }

a:hover 
  {
  font-weight: normal;
  text-decoration: none;
/*  background-color: #000000; */
  color: #330033;
  }

ul 
  {
  list-style-type: disc;
  list-style-position: outside;
  }

.con
  {
  color: #ffffcc;
  }

.normal
  {
  font-size: 12px;
  }

#container
  {
  top: 0px; 
  left: 200px; 
  width: 600px;
  position: absolute; 
  padding: 1px 5px 5px 5px; 
  margin: 0px; 
  border: 0px; 
  background: #ffffff; 
  }

#content
  {
  top: 138px; 
  left: 134px; 
  width: 662px;
/*  height: 70px; */
  position: absolute; 
  padding: 5px 5px 5px 5px; 
  margin: 0px; 
  border: 0px; 
  background: #ffccff; 
  z-index: 1;
  }

#contentleft
  {
  top: 70px; 
  left: 200px; 
  width: 300px;
  position: absolute; 
  padding: 5px 20px 5px 10px; 
  margin: 0px; 
  border: 0px; 
  background: #660000; 
  }

#contentright
  {
  top: 70px; 
  left: 500px; 
  width: 300px;
  position: absolute; 
  padding: 5px 10px 5px 20px; 
  margin: 0px; 
  border: 0px; 
  background: #660000; 
  }


