/* Set up page elements */
BODY
{
  font-family: sans-serif;
  font-size: 1em;
  color: black;
  background-color: #DDD;
  /* IE needs this to center everything */
  text-align: justify;
}

/* 
 * Note: 'a:hover' must be placed after 'a:link' & 'a:visited' rules, 
 * otherwise the cascading rules will hide the 'color' property of the 'a:hover' rule
.
*/
A
{
  background-color: transparent;
  color: #1D5CA8;
  text-decoration: none;
}
        
A:visited
{
  background-color: transparent;
  color: #1D5CA8;
  text-decoration: none;
}

A:hover
{
  background-color: transparent;
  color: #2175FF;
  text-decoration: none;
}
        
#menu
{
  border-top: #777 1px solid; 
  border-left: #777 1px solid;
  border-right: #333 1px solid;
  border-bottom: #333 1px solid;
  padding: 5px;
  background-color: #eee; 
  color: inherit;
  margin-bottom: 5px; 
  font: /*8pt*/ 0.9em sans-serif;
  text-align: right;
  width: 98%;
}
       
#main 
{
  margin-right:auto;
  margin-left: 100px;;
  margin-top:10px;
  padding:0px;
  text-align: justify;
  width: 85%;
}

#title
{
  text-align: left;
  left: 0px;
  float: left;
  vertical-align: text-top;
}
        
/* "GKrellmLaunch" */
H1
{
  background-color: transparent;
  text-align: left;
  font-variant: small-caps;         
  font-family: verdana, arial,  helvetica, sans-serif;
  /*font-size: 13px;*/
  font-size: 1.2em;
  font-weight: bold;
  float: left;
  margin: 0em;
  color: #666;
}

H2
{ 
  background-color: transparent;
  font-family: verdana, arial,  helvetica, sans-serif;
  /*font-size: 12pt;*/
  font-size: 1.1em;
  line-height: 1;
}

H3
{
  background-color: transparent;
  font-family: verdana, arial,  helvetica, sans-serif;
  font-size: 1em;
  /*font-size: 10pt;*/
  color: #666666;
  font-weight: bold;
} 
        


