/* root level text style */

a:link {color: #fdd600;}
a:visited {color: #ffffff;}
a:active {color: #ffffff;}

a:hover {color: #ffffff; text-decoration: none;}

a.nound:link {text-decoration: none;}
a.nound:active {text-decoration: none;}
a.nound:visited {text-decoration: none;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	}
	
td {
	font-size: 11px;
	color: #ffffff;
	}
	
h2 {
    margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	}
	
h1 {
    margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #fdd600;
	}
