a
{
  color : black;
}
a:active
{
  color: Lime
}
a:hover
{
  color: Red
}
body
{
   background-color : White;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 80%;
}
td
{
  font-size: 80%
}
th
{
  font-size: 80%
}
table.greentable
{
	background-color: blue;
}
table.folderstable
{
	border : thin solid;
	background-color : transparent;
}
a.folderlink
{
	text-decoration: none;
	color: blue;
}
h2
{
  color: blue
}
h3
{
  color: blue
}
p.red
{
  color: Red
}
.whitefont
{
  color: White
}
.yellowfont
{
  color: yellow
}
.redfont
{
  color: red
}
.small
{
  font-size: 70%
}
