body {
  margin: 5px; 
	background-image: url('images/bg.gif');
}

p { 
  font-size: 90%; 
}

td { 
  font-size: 90%; 
}

A:link {
  color:#3366ff;
}

A:visited {
  color:#3366ff;
}

A:active {
  color:#3366ff;
}

A.menutxt {
  font: bold 14px;
  text-decoration: none;
  color: #003399;
}

h1 {
  font-size: 130%; 
  color: #006633;
}

h2 {
  font-size: 110%; 
  color: #006633;
}

h3 {
  font-size: 100%; 
}

.small {
  font-size: 75%; 
}

.large {
  font-size: 100%; 
}

.error {
  color: #FF0000;
}