#bodytext {
	font-family: sans-serif;
	background-color: white;
	color: black;
	background-image: url(img/bg.gif)
}

#menutext {
	font-family: sans-serif;
	background-color: #cdc0b0;
	color: black
}

#leftcol        { background-color: #202020; color: white }
td		{ font-family: sans-serif }
td.head         { background-color: #202020; color: white; font-family: sans-serif; font-weight: bold }
td.title        { background-color: #202020; color: white; font-family: sans-serif; font-weight: bold; font-size: large }
td.little       { font-size: medium }
a:link          { color: #104e8b; background-color: transparent; font-family: sans-serif; font-weight: bold  }
a:visited       { color: black; background-color: transparent; font-family: sans-serif; font-weight: bold }
a:active        { color: #990038; background-color: transparent; font-family: sans-serif; font-weight: bold }
a.red		{ color: black; background-color: transparent }
a.menulink	{ color: black; text-decoration: underline; font-size: medium }
h1		{ color: #990038; font-family: sans-serif }
h4		{ color: #990038; font-family: sans-serif }

ul {
  font-family: sans-serif;
  list-style-type: disc;
  list-style-image: url(img/spot.gif)
}

ul.inner {
  font-family: sans-serif;
  list-style-type: square;
  list-style-image: url(img/square.gif)
}

em		{ font-family: sans-serif }
dt		{ font-weight: bold }
img		{ border-width: 0 }
