@charset "iso-8859-1";

body
{
	padding-left: 300px;
	background: #fdd35d url(../images/guy.jpg) no-repeat;
	color: #000;
	font-family: arial, helvetica, sans-serif;
}
* html #container
{
	width: 100%;
	overflow: hidden;
}
a:link, a:visited
{
	color: #009;
}
a:hover
{
	text-decoration: none;
}
dt
{
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
}
dd
{
	font-size: 0.8em;
	margin: 0;
	padding: 0 20px;
}

h1
{
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	font-family: impact, arial, helvetica, sans-serif;
	font-size: 3em;
}
h1 a:link, h1 a:visited
{
	color: #900;
	text-decoration: none;
}
h1 a:hover
{
	text-decoration: underline;
}

p.description
{
	padding: 10px;
	margin: 10px 20px;
	border: 2px dotted #a91;
	font-family: georgia, "times new roman", times, serif;
}
strong.deprecated
{
	font-size: 120%;
	color: #090;	
}

