body
{
 background-color:#CCCC80;
 color:#808000;
 text-align:center;
}

table.main
{
 background-color:#FFFFFF;
 width:800;
 border-style:solid;
 border-color:#808000;
 text-align:center;
}

hr { color:#808000 }

h1 { font-size:32pt; }
h2 { font-size:24pt; }
h3 { font-size:18pt; }
h4 { font-size:14pt; }

a { color:#808000 }

/* use "this_page" id to make menu item for the current page look different */
a#this_page { color:#808000; background-color:#FFFFFF }		/* old version - depricated by me :) but still in use */
a#this_page1 { color:#808000; background-color:#FFFFFF }	/* menu level 1 (Top Level) */
a#this_page2 { color:#808000; background-color:#FFFFFF }	/* menu level 2 */

/* Top Level menu items */
a.menu_1
{
 font-family:helvetica;
 font-size:16pt;
 text-decoration:none;
 width:6em;
 border-style:solid;
 border-width:1px;
 color:#FFFFFF;
 background-color:#808000;
}
a.menu_1:hover  { color:#808000; background-color:#FFFFFF }

/* 2nd Level menu items */
a.menu_2
{
 font-family:helvetica;
 font-size:12pt;
 text-decoration:none;
 width:6em;
 border-style:solid;
 border-width:1px;
 color:#FFFFFF;
 background-color:#808000;
}
a.menu_2:hover  { color:#808000; background-color:#FFFFFF }

