a:link
{
	color: rgb(30,124,41); 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;

}
a:visited
{
	color: rgb(30,124,41); 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;

} 
a:active 
{
	color: rgb(0,0,0);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;

}
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgb(255,255,255);
	background-image: url(../images/exptextb.jpg);
	color: rgb(0,0,0);
}
table
{
    table-layout: auto;
    width: auto;
    border-collapse: collapse;
	border-color: rgb(153,204,153);
}
td
{
   border: 1px solid;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5
{
	color: rgb(255,0,0);
}
h6
{
   font-size: 16px;
   color: rgb(0,0,0);
}
p
{
	font-size: 16px;
}
ol
{
	counter-reset: ordered;
}
ol li:before
{
	counter-increment: ordered;
	content: counters(ordered,".");
}
.highlight
{
   font-weight: bold;
}
.redtext
{
	color: rgb(255,0,0);
}
.margin1
{
   margin-left: 2em;
}
.margin15
{
   margin-left: 15em;
}
