body
{
	margin:0px;
	padding:0px;
	background-color:beige;
}
	
p,div,h1,h2,h3,h4,h6
{	
	font-family: Georgia, Times New Roman, Times, serif;  
}

div.top
{
	position:fixed;
	top:0px;
	right:0px;
	left:0px;
	margin:20px;
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	border:solid 1px black;
	border-style:outset;
	background-color:tan;
	z-index:3;
	-moz-opacity:0.9;
}

div.logo
{	
	margin-top:0px;
	text-align:right;
	font-family:Times New Roman,Times,serif;
	font-size:24pt;
	letter-spacing: 3pt;
}

h1
{
	font-size:128%;
	text-align:center;
	font-weight:normal;
}

h3
{
	font-size:108%;
	text-align:left;
	font-weight:normal;
	margin-top:16pt;
	margin-bottom:-3pt;
}

h6
{
	font-size:101%;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
}

div.main
{
	padding-top:100px;
	width:80%;
	margin:auto;
}

div.outer
{
	text-align:center;
}

div.article
{
	position:relative;
	top:150px;
	width:600px;
	margin:auto;
	line-height:130%;
	z-index:1;
}

div.article p
{
	text-align:justify;
}

div.article p:first-letter
{
	font-size:140%;
}

table.portfolio
{
	width:90%;
}

table.portfolio td
{
	text-align:center;
	vertical-align:bottom;
	border:dashed 1px tan;
	background-color:ivory;
}

h2
{
	font-weight:normal;
}

a:link,
a:visited{	color:darkolivegreen;
	text-decoration:none;}	a:hover{	color:olive;	text-decoration:underline;
}

