/* style for explorer favorites*/
/* For Firefox delete first <DL> tag to make this style sheet work , also delete first lines to clean up (bookmarks + comment)*/
/**{margin:0; padding:0;}*/
a:link {
/* GREY text Switch */
	color:#666666;
	text-decoration:none;
	line-height: 1.30em;
 	font-size:11px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	color:#6C6C6C;
	text-decoration:none;
	line-height: 1.25em;
 	font-size:11px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
  color: #ED583E;
	text-decoration:underline;
	line-height: 1.50em;
 	font-size:11px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin: 0px 0px 100px 100px;
	font-size:20px;
/* RED text Switch */
	color:#FF0033;*/
}
p {
	margin:0; 
	padding:0;
}
h1 {
/* WHITE text Switch */
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.95em;
	padding:10 0 0 10;
	margin:0px;
	/*border:1px solid #000000;*/
}
dl {
/* BLACK text Switch */
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.695em;
	padding:0px 0px 0px 50px;
}
dl dt {
	padding:0 0 0 0;
}
dd {
/* LIGHT-GREEN text Switch */
	color:#669966;
 	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:2 0 5 60;
}

