/* metafilter.css */

/* A style based on http://www.metafilter.com/ */

/* body */

body {
	background-color: #069;
	color: white;
	font-size: 12pt;
	font-family: Verdana, sans-serif;
}


/* blocks */

#close {
	text-align: left;
	width: 400px;
	background: #004D73;
	padding: 6px;
	border: 1px solid white;
	font-size: 11px;
	line-height: 130%;
	margin-left: 70px;
	margin-right: 70px;
}


/* text */

h1  {
	font-size: 28pt;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	margin-top: 16px 20px 0px 20px;
}

h2 {
	font-size: 20pt;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	margin-top: 16px 20px 6px 20px;
}

p {
	line-height: 130%;
	padding-top: 2px 0px 
}

dt {
	line-height: 130%;
	margin-left: 50px;
	margin-right: 50px;
	padding-top: 2px;
	padding-bottom: 2px;
}

dd {
	color: #ccc;
	font-size: 10pt;
	margin: 0 20px 2ex 50px;
/*	margin-right: 20px;
	margin-left: 50px; */

}

/* links */

a { 
	font-weight: bold;
	text-decoration: none;
}

a:link { color: #cc0; }
a:visited { color: #cc9; }
a:active { color: #ffc; }
a:hover  { color: white; }
