BODY  { color: black; font-size: 12pt; font-family: verdana, arial, helvetica;   
  background-color: #F5F5F5;
  background-image: url(bg.jpg);
  background-position: left bottom;
  background-repeat: repeat-x;
  margin: 6px }

UL
{
	margin-right: 5px;
}

P
{
	margin-left: 10px;
}

.paragraph {
	width: 600px;
	margin-left: 20px;
}

.hyperlink 
{
	color:blue; 
	text-decoration: underline;
}

.hyperlink:hover 
{color:blue; 
text-decoration: none;
}

.menu 
 { color: blue; font-weight: bold; font-size: 10pt; text-decoration: none }

.menu:hover 
 { color: red; font-weight: bold; text-decoration: none }

