
/*
BODY {font-family:'Arial'; color:rgb(200,200,200); background:rgb(130,152,161); font-size:10pt;}

h1 {font-family:'Arial'; color:rgb(197,180,92); font-weight:bold; font-size:12pt}
h2 {font-family:'Arial'; color:rgb(135,121,51); font-weight:bold; font-size:6pt}
h3 {font-family:'Arial'; color:rgb(135,121,51); font-weight:bold; font-size:10pt}
a {font-family:'Arial'; color:rgb(255,255,255); font-size:8pt; text-decoration: none}
a:hover {
  font-family:'Arial'; 
  color: rgb(255,255,255);
  font-weight:bold;
}

b {font-family:'Times'; color:rgb(135,121,51); font-weight:bold}

*/

BODY {font-family:'Arial'; color:rgb(200,200,200); background:rgb(50,50,50); background-image: url('./images/menu.gif'); background-repeat:repeat-y;}

h1 {font-family:'Arial'; color:rgb(197,180,92); font-weight:bold; font-size:12pt}
h2 {font-family:'Arial'; color:rgb(135,121,51); font-weight:bold; font-size:6pt}
h3 {font-family:'Arial'; color:rgb(135,121,51); font-weight:bold; font-size:10pt}

a {
    font-family:'Arial'; 
    color:rgb(255,255,255); 
    font-size:10pt; 
    text-decoration: none
}
a:hover 
{
  text-decoration: underline;
}

b {font-family:'Times'; color:rgb(135,121,51); font-weight:bold}

p 
{
	margin-top: 0px; 
	margin-bottom: 10px;
}

ul
{
	margin-top: 0px;
	font-size:8px;
	list-style-type:disc;
	padding-left:18px;
	margin-left:18px;
	margin-bottom: 0px;
}

li
{
	font-size:8px;
	margin-top: 0px;
	margin-bottom: 8px; 
}