table.tablewithborder { background-color: black;
border-top: solid thin #cccccc;
border-bottom: solid thin #cccccc;
border-left: solid thin #cccccc;
border-right: solid thin #cccccc;

}


table.menutablewithborder { background-color: black;
border-top: solid thin #cccccc;
border-bottom: solid thin #cccccc;
border-left: solid thin #cccccc;
border-right: solid thin #cccccc;

}



a {
	color: white;
	font-family: Comic Sans MS,sans-serif;
	font-size: 12pt;
	font-weight: normal;
	background-color : transparent;
	font-style: normal; 
	line-height: normal;
}

a:link {
	color: white;
	font-family: Comic Sans MS,sans-serif;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: underline;
	background-color : black;
}


a:visited {
	color: white;
	font-family: Comic Sans MS,sans-serif;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: underline;
	background-color : black;
}

a:active {
	color: white;
	font-family: Comic Sans MS,sans-serif;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: underline;
	background-color : grey;
}

A:Hover {
	color: yellow;
	font-family: Comic Sans MS,sans-serif;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: underline;
	background-color : gray;
}


Body { margin-left: 0%; margin-right: 0%; margin-top: 0em; margin-bottom: 0em;
color: white;
background:    black;

   scrollbar-face-color: #E5D8B2; 
   scrollbar-shadow-color: #F7E600; 
   scrollbar-highlight-color: #000000; 
   scrollbar-3dlight-color: #F7E600; 
   scrollbar-darkshadow-color: #000000; 
   scrollbar-track-color: #F7F1DD; 
   scrollbar-arrow-color:#FFFFFF;
}

TD, P, UL, LI { color: white }

H1 {
  color: white;
  font-size: 20pt;
  font-family: Comic Sans MS,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
  padding: 0.0em;
  margin: 0em 0em 0em 0em;
}
H2 {
  color: white;
  font-size: 16pt;
  font-family: Comic Sans MS,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
  padding: 0.0em;
  margin: 0em 0em 0em 0em;
}

H3 {
  color: white;
  font-size: 12pt;
  font-family: Comic Sans MS,sans-serif;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  line-height: normal;
  padding: 0em;
  margin: 0em 0em 0em 0em;
}
H4 {
  color: white;
  font-size: 12pt;
  font-family: Comic Sans MS,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
  padding: 0em;
  margin: 0em 0em 0em 0em;
}

H5 {
  color: white;
  font-size: 12pt;
  font-family: Comic Sans MS,sans-serif;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  line-height: normal;
  padding: 0em;
  margin: 0em 0em 0em 0em;
}
H6 {
  color: white;
  font-size: 10pt;
  font-family: Comic Sans MS,sans-serif;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  line-height: normal;
  padding: 0em;
  margin: 1em 0em 1em 0em;
}

TD {
  font-size: 12pt;
  font-family: Comic Sans MS,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
}

P {
  font-size: 12pt;
  font-family: Comic Sans MS,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
  padding: 0.5em;
}

UL {
  font-size: 12pt;
  font-family: Comic Sans MS,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
}

LI {
  font-size: 12pt;
  font-family: Comic Sans MS,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
}