body
{
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
}

#content
{
}

	#htmlcontent
	{
		margin: 40px;
		color: black;
	}
	
		p.quote
		{
			margin: 50px;
			font-style: italic;
			
		}
	
		h1
		{
			font-size: 2.1em;
			margin: 0;
		}
		
		h2
		{
			font-size: 1.1em;
			font-weight: normal;
			margin: 0;
		}
		
		h3
		{
			font-size: 1em;
			margin: 0;
			padding: 0;
		}
	
		.note
		{
			font-size: .8em;
		}
		
		#htmlcontent div.info
		{
			width: 600px;
			
			/*margin: 10px;*/
			padding: 10px 20px 10px 20px;
			
			background-color: #dddddd;
			border: 1px solid #dddddd;
			border-left: 10px solid #eeeeee;
		}
		
		p.projects
		{
			font-size: .8em;
		}
		
		p.contact
		{
			width: 600px;
			margin-top: 40px;
		}
		
		p.footer
		{
			margin-top: 40px;
			width: 600px;
			font-size: .7em;
			color: #999;
		}

a:link, a:visited
{
	color: blue;
	text-decoration: none;
}

a:active, a:hover
{
	text-decoration: underline;
}

object:active, div:active
{
	-moz-outline-style: none;
	outline: none;
	border: 0;
}

object:focus, div:focus
{
	-moz-outline-style: none;
	outline: none;
	border: 0;
}