/*
The "look and feel" of the site.
*/

code
{
	font-size: 1.3em;
	padding: 0.3em;
}

pre
{
	font-size: 1.2em;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "lucida grande", Verdana, Arial, sans-serif;
	font-style: normal;
	color: #002147;
	text-shadow: 1px 1px 1px #EEEEEE;
}

a
{
	color: #002147;
}

a:link
{
	color: #002147;
}

a:active
{
	color: #002147;
}

a:visited
{
	color: #406187;
}

a:hover, a:focus
{
	color: #03f;
}

body
{
	background-color: #DDDDDD;
}
