﻿*
{
	margin: 0;
	padding: 0;
}

body 
{
	padding: 0 50px 50px;
	background: #fff;
	color: #333;
	font: normal medium georgia,serif;
	border-bottom: solid 100px #000;
}

h1
{
	font-size: 750%;
	font-family: "Times New Roman",serif;
	overflow: hidden;
}

h2
{
	font-size: 175%;
}

ul
{
	clear: left;
	margin-bottom: 1em;
	list-style: none;
}

li
{
	display: block;
	margin-left: 2em;
}

em
{
	color: #c00;
}

/* Links */
a:link
{
	color: #7c7;
}

a:visited
{
	color: #aaa;
}

a:focus, a:hover, a:active
{
	color: Red;
}

/* Misc */
#tagline
{
	margin-top: -0.5em;
	margin-bottom: 2em;
	color: #999;
	font-size: 200%;
}

#root
{
	font-size: 175%;
	line-height: 1.4;
}

#root li
{
	position: relative;
	z-index: 50;
}

#root .names
{
	float: left;
	width: 300px;
}

#root a
{
	/*position: absolute;
	z-index: 50;
	left: 12em;
	padding-top: 4px;
	font-style: italic;*/
	font-size: 80%;
}