
body {
	text-align: center;
}

body, p, .body, td, ul
	{
	color: #330;
	background: #fff;
	font-family: verdana,arial,sans-serif;
	font-size: 1em;
	}

h1
	{
	font-family: "century gothic",verdana,arial,sans-serif;
	font-size: 2em;
	font-weight: 200;
	background: transparent;
	color: #666;
	}

h2, h3
	{
	font-family: verdana,arial,sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	background: transparent;
	color: #666;
	}
	
h3
	{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0;
	}

P
	{
	max-width: 30em;
	}

DT,DD
	{
	margin-bottom: 1em;
	}

div.page
	{ 
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 38em;
	}

.links
	{
	border: 1px solid black; 
	padding: 2px;
	}

a[href]
	{
	text-decoration: underline;
	}

a:link
	{
	color: #000;
	background: transparent; 
	}

a:active
	{
	color: #ff0;
	background: transparent; 
	}

a:visited
	{
	color: #666;
	background: transparent; 
	}

strong
	{
	background: transparent;
	color: #366;
	font-weight: bold;
	}

td, th {
	text-align: left; 
}

th
	{
	font-weight: bold;
	font-size: 1.2em;
	}

address
	{
	font-style: normal;
	}

.small-caps
	{
	font-variant: small-caps;
	}

.small {
	font-size: .8em;
	}

.cent {
	font-family: "century gothic",verdana,arial,sans-serif;
	}

.sidebar
	{
	border: 1px solid black; 
	padding: 1em;
	}

.sidebar, sidebar H4, .sidebar P, .sidebar UL, .sidebar LI
	{
	background: #eee;
	color: #020;
	}

UL.portfolio LI
	{
	margin-bottom: 1em;
	}
	
