@charset "utf-8";
/* CSS Document */

body {
	font-family:Georgia, Palatino, Palatino Linotype, FreeSerif, serif;
}
h2 {
	font-size:1em;
	font-weight:normal;
}
a {
	color:#f60;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:none;
}
#blog hr {
	background-color:#999;
	margin-top:3em;
	margin-bottom:3em;
	width:75%;
}
hr {
	height: 0.1em;
	background-color:#f60;
	border:none;
}
#topnavigation a {
	color:#666;
}
#topnavigation a:hover {
	color:#f60;
}
#topnavigation p {
	font-size:1em;
	color:#666;
	text-decoration:none;
}
#topnavigation {
	padding-top:220px;
	width: 425px;
	height: 100px;
}
#logo {
	float:right;
}
h1 a:hover {
	text-decoration:underline;
}
.info {
	color:#999;
	font-size:0.6em;
	font-style:oblique;
}
#footer {
	font-size:0.7em;
	margin-top:6em;
}
#footer p {
	margin-top:0.4em;
	padding-left:1em;
}
#footer a {
	margin-left: 2em;
}
#blog {
	padding-top:2em;
}
img {
	border:1px solid #f60;
}
td {
	vertical-align:middle;
	text-align:center;
	padding:0.3em;
}