body {
	background-color: #fdf3d9;
	font-size: 12px;
}

A:link {
   background: none; 
   color: #363636; 
   font-size: 12px; 
   text-decoration: underline
}

A:active {
   background: none; 
   color: #363636; 
   font-size: 12px; 
   text-decoration: underline
}

A:visited {
   background: none;
   color: #363636;
   font-size: 12px; 
   text-decoration: underline
}

A:hover {
   background: none;
   color: #363636;
   font-size: 12px;
   text-decoration: underline
}

.supertitle	{
   background: none;
   color: #363636;
   font-size: 18px;
   font-weight: bold;
   text-decoration: none
}

.title {
   background: none; 
   color: #000000;
   font-size: 14px;
   font-weight: bold;
   text-decoration: none
}

.content {
   background: none; 
   color: #000000;
   font-size: 12px
}

.info {
   background: none;
   color: #000000;
   font-size: 10px;
   font-style: italic
}

