BODY {
	background:#ffffff;	/* background color */
	color: #550000;		/* text color */
}

A:link {color: #333399}		/* unvisited link */
A:visited {color: #ccaaaa}	/* visited links */
A:active {color: #ff0000}	/* active links */
A {text-decoration: none;}

h1{
	color: #004400;
	text-align: center;
}
h2{
	color: #226622;
	background: #eeffff;
}
h3{
	color: #448844;
	background: #eeffff;

}
h4{ color: #66aa66;}

td{
	background: #ffffbb;
	color: #ff7777;
}
th{
	background: #ffffbb;
	color: #aa5555;
}
p.margin{
	margin-left: 50;
}
