
body { margin: 0; }

.heading {
	font-family      : Tahoma;
	font-size        : 11px;
	font-weight		 : bold;
	color			 : #605d5d;
	text-decoration  : none;
}

.body {
	font-family      : Tahoma;
	font-size        : 11px;
	color			 : #000000;

}

.emphasize {
	font-family      : Tahoma;
	font-size        : 11px;
	color			 : #605d5d;

}

/* Use this section to edit the link colours and appearance. */

a:link { font-family      : Tahoma; font-size        : 10px; color			 : white; text-decoration: none; } 

a:visited { font-family      : Tahoma; font-size        : 10px; color			 : white; text-decoration: none; }

a:hover { font-family      : Tahoma; font-size        : 10px; color			 : #ccc; font-weight: lighter; text-decoration: underline; }

a.mainlevel-nav:link, a.mainlevel-nav:visited {
	font-family      : Tahoma;
	font-size        : 11px;
	color			 : #FFFFFF;
	text-decoration	 : none

}
a.mainlevel-nav:hover {
	font-family      : Tahoma;
	font-size        : 11px;
	color			 : #999999;
	text-decoration	 : none

}


/* Extras. */

hr {
    height			:1px;
    width			:90%;
	color			: #999999;
   }
text { color: #fff; font-size: 12pt; }

