body 
{
	font-size: 10px;
	font-family: Verdana;
	color: #006600;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom; 2px;
}

P {
	font-size: 10px;
	font-family: Verdana;
	color: #006600;
}

P.id10 {
	margin-left=10px;
	font-size: 12px;
	font-family: Verdana;
	color: #006600;
}
blockquote {              
	font-size: 10px;      
	font-family: Verdana; 
	color: #006600;       
}                         


pre {                                               
        font-family: monospace;
        font-size: 12px;                           
        font-weight: bold;                       
        color: #800080;                              
        text-align: left;                          
}                                                  
                                                   
a:link {
	color: blue;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: blue;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: blue;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}

input {
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
textarea {
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}

/* Start of Header */
H1 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}

H2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}

H3 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #006600;
}

H4 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #006600;
	text-align: center;
}
/* End of Header */

/* Start of table */
TD {
	font-size: 10px;
	font-family: Verdana;
	color: #006600;
	vertical-align: top;
}

TD.title
{
	font-size: 10px
	font-family: Verdana;
	font-weight: bold;
	color: #006600;
}

TH {
	font-size: 10px
	font-family: Verdana;
	font-weight: bold;
	color: #006600;
	vertical-align: top;
	text-align: center;
}
/* End of table */

/* Start of generic classes */
.inline
{
	color: green;
  	text-decoration: bold;
	font-family: monospace;
}

.highlight
{
	color: red;
  	text-decoration: bold;
}

.codelet
{
	color:teal;
    font-size: 10px;                           
	font-family: monospace;
	margin-left=20pt;
}

.command
{
	color: #800080;
  	text-decoration: bold;
	font-family: monospace;
}

.sub
{
	font: verdana,arial,Helvetica;
	font-size: 80%;
	color:blue;
}

UL
{
	font-size: 10px;
	font-family: Verdana;
	color: #006600;
}

OL
{
	font-size: 10px;
	font-family: Verdana;
	color: #006600;
}

.error
{
	font-family: verdana,arial,Helvetica;
  	font-weight: bold;
	color:red;
}

.action
{
	font-family: verdana,arial,Helvetica;
  	font-weight: bold;
	color:red;
	font-size: 14px;
}

/* End of generic classes */

