/* CSS Document */

A:link  { color: CC6600; text-decoration : underline; font-weight : bold; }
A:active  { color: CC6600; text-decroation : none; font-weight : bold; }
A:visited  { color: CC6600; text-decoration : underline; font-weight : bold; }
A:hover  { color: BE9368; text-decoration : underline; font-weight : bold; }

body {
	margin: 0 0 0 0;
	padding: 0;
	font-family: georgia, arial, verdana, Helvetica, sans-serif;
	background: #b93500 top center url(images/mudhabg.jpg) repeat-y;
}

td { font-size:11px; }
span.title { font-weight:bold; color:CC6600; }
span.pagetitle { font-weight:bold; font-size:16px; color:#CC6600;}