BODY  {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium; color: Black; 	
}

h1 {
	color: Red;
}

a {
text-decoration:none;
}

a:hover {
color: Black;
font-weight: bold; color: Red;
}

.navlnk {
background-color: #F42500;
}

.emphlink {
	font-weight: bolder;
}

.footerinfo {
	font-size: xx-small;
}

a.button, a:visited.button {
	display: block;
	font: Arial narrow;
	font-style: italic; font-size: medium;
	text-align:center; color: White;
	background-color: Blue; 
}

a:hover.button{
	display: block; 
	color: Red;
	background-color: Yellow;
	text-decoration: underline overline;
} 