body {
	color: #0000ff;
	margin: 0px;
}

.bodytext {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #0033CC;

}
.menuchoice {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000099;
	font-weight: bold;

}

a:link {
	text-decoration: none;
	color: #000066;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #000066;
}

/* --- H1 Tag Style ------------------------------------------ */
h1 { 
	font-family: "Trebuchet MS", sans-serif;
	font-size: 130%; 
	color: #0033CC;
}

h2 { 
	font-family: "Trebuchet MS", sans-serif;
	font-size: 110%; 
	color: #0033CC;
}
/* adjustment for IE5 */

body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}
	
/* ----------------------------------------------------------- */