

body {
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#3F1871;
	
}

td
{
	font-size: 12px;
	color: #303030;
}

a:link {
	color: #303030;
	text-decoration: none;
	line-height:25px;
}
a:visited {
	color: #303030;
	text-decoration: none;
	line-height:25px;
}
a:hover {
	color: #570000;
	text-decoration: none;
	line-height:25px;
}
a:active {
	color: #303030;
	text-decoration: none;
	line-height:25px;
}

a.order:link
{
	color: red;
	text-decoration: underline;
}
a.order:visited
{
	color: red;
	text-decoration: underline;
}
a.order:hover
{
	color: red;
	text-decoration: underline;
}
a.order:active
{
	color: red;
	text-decoration: underline;
}
