@import url("/media/reset.css");

body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background: #FFF;
	color: #000;
	margin: 10px;
	width: 600px;
}

a {
	color: #000;
}

h1, h2, h3, h4 { font-weight: bold; margin: 0 0 0.5em 0;}
h1 { font-size: 1.6em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1em; }

h1 a, h2 a { text-decoration: none;}
h1 a:hover, h2 a:hover { text-decoration: underline;}

p { margin-bottom: 0.5em; }

ul { margin-bottom: 1em; }

blockquote { margin: 0px 10px; font-style: italic; }

em, strong { font-weight: bold; }

header h1, header h2 { font-size: 1.6em;}

#header-list {
	display: block;
	margin: 1em 0;
	font-size: 0.6em;
}

header th { font-weight: bold; }
header td { border: solid 5px #FFF;}

#around-the-web-list li { display: inline; }
#around-the-web-list li img { height: 15px; }

.entry-list ul p, .entry-list ol p { display: inline; }
