body, ul, ol, p         {
        background-color: #6666EE;
        color: #ffff00;
        font-family: Verdana, Helvetica, Arial, sans-serif;
}


tt, pre                 {
        font-family: Monaco, Courier New, monospace;
        font-size: 18pt;
        font-weight: normal;
}

table.navigation        {
	background: #FFCC00;
}

td.navigation           {
        color: #222222;
        vertical-align: top;
        font-size: 16pt;
        font-family: Verdana, Helvetica, Arial, sans-serif;
}

td.break {
	background: #FFCC00;
}

h1, h2, h3, table       {
        font-family: Verdana, Helvetica, Arial, sans-serif;
}

.changed {
	color: #884400;
	font-weight: bold;
}
body, p         { font-size: 22pt }
h1              { font-size: 22pt }
h2              { font-size: 16pt }
h3              { font-size: 12pt }
ul, li, ol      { font-size: 18pt; color: #ffff00 }
li              { padding-bottom: 0pt }

.codepage       { background-color: #FFFFFF }

.indexpage      { text-align: center }
p.indexpage     { font-size: 22pt }
h1.indexpage    { font-size: 26pt }
h2.indexpage    { font-size: 22pt }
h3.indexpage    { font-size: 18pt }

a:visited, a:active     {
        color: #ffff00;
        text-decoration: none;
}

a:link                  {
        color: #ffff00;
        text-decoration: none;
}

a:hover                 {
        color: #ffffff
	background: #0000FF;
        text-decoration: none;
}

a.link:link             {
  color: #ffff00;
  text-decoration: underline;
}

a.link:hover            {
        color: #ffffff;
	background: #0000FF;
        text-decoration: none;
}


a.td:link, a.td:visited, a.td:active    {
        color: #990000;
}

a.td:hover              {
        color: #990000;
	background: #9999FF;

}


