
a:active     { font-family: Arial; font-size: 10pt; color: #000000; font-weight: bold }
a:link       { font-family: Arial; font-size: 10pt; color: #ffffff; font-weight: bold }
a:visited    { font-family: Arial; font-size: 10pt; color: #C0C0C0; font-weight: bold }
p            { font-family: Arial; font-size: 10pt; color: #000000 }
td           { font-family: Arial; font-size: 10pt; color: #000000 }
Body		 { background-color: #F7EFCA; margin-top: 0; margin-left: 0; background-image: url('images/mdb_bg1.jpg') }

A.1:link
{
	color : #800000;
	text-decoration : none;
	font-weight : bold
}


A.1:active
{
	color : Red;
	text-decoration : none;
	font-weight : bold
}

A.1:hover
{
	color : crimson;
	text-decoration : none;
	font-weight : bold
}

A.1:visited
{
	color : Black;
		text-decoration : none;
		font-weight : bold		
}