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
{
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(255,0,0);
	text-align: center;
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	color: #660033;
}
h3
{
	font-family: Arial, Helvetica, sans-serif;
	color: #660033;
	text-align: center;
}
h4
{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}
h5
{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
	font-size: 18px;
}
h6
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: rgb(0,0,0);
}
p
{
	font-size: 16px;
}
p.a4
{
	font-size: 16px;
	font-weight: bold;
}
ol
{
	counter-reset: ordered;
}
ol li:before
{
	counter-increment: ordered;
	content: counters(ordered,".");
}
.poetry
{
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
.poetryindent
{
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
/*	margin-left: 100px;*/
	margin-left: 6em;
}
.centered
{
	text-align: center;
}
.sepdot
{
	font-family: "Symbol";
}
.highlight
{
   font-weight: bold;
}
.redtext
{
	color: rgb(255,0,0);
}
.margin1
{
   margin-left: 2em;
}
.margin15
{
   margin-left: 15em;
}
