body {
	font-family: Myriad Pro;
	font-size-adjust: 1px;
}

a:link {color: #336699; text-decoration: none; }
a:active {color: #336699; text-decoration: none; }
a:visited {color: #336699; text-decoration: none; }
a:hover {color: #336699; text-decoration: underline; }
a.nav:link {color: #ffffff; text-decoration: none; }
a.nav:active {color: #ffffff; text-decoration: none; }
a.nav:visited {color: #ffffff; text-decoration: none; }
a.nav:hover {color: #ffffff; text-decoration: underline; }

table.sample {
	border-width: 1px;
	border-spacing: ;
	border-style: none;
	border-color: red;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: red;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: red;
	background-color: white;
	-moz-border-radius: ;
}