/* this style sheet © 2000 Isis Digital ALL RIGHTS RESERVED */
.title
{
color: #FF0000;
margin-top: 0px; /* here we are using pixel values for greater control */
margin-left: 0px;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 800; /* 400 is non plain */
}

.pictitles
{
color: #353535;
margin-top: 0px;
margin-left: 10px;
margin-right: 10px;
font-size: 10px;
font-family: verdana, tahoma, san-serif;
font-weight: 400;
font-style: none;
}

.instruction
{
color: #353535;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
font-size: 12px;
font-family: verdana, tahoma, san-serif;
font-weight: 400;
font-style: none;
}

.body
{
color: #353535;
margin-top: 0px;
margin-left: 10px;
margin-right: 10px;
font-size: 12px;
font-family: verdana, tahoma, san-serif;
font-weight: 400;
font-style: none;
}