html {
	font-size: 275%;
	background-color: #EEEEEE;
}

body {
	color: #191919;
	width: 50%;
	margin-left: 3em;
	line-height: 1em;
	letter-spacing: 0.01em;

}

.sitename {
	font-size: 120%;
	color: #004A99;
	text-decoration: none;
}
.sitename:hover {
	color: #002A57;
	text-decoration: none;
}



.sitedes {
	font-weight: italic;
}
a {
	font-size: 100%;
	color: #ff6600;
	text-decoration: none;
}
a:hover {
	color: #ff1500;
	text-decoration: underline;
}


