body
{
	font-family: 	Verdana;
	color: 			white;
	background-color: black;
	margin: 		10px 20px;
	text-align: 	center;
}

a
{
	color: 			white;
	text-decoration: none;
}

a.active
{
	text-decoration: underline;
}

a:hover
{
	color: 			white;
	text-decoration: underline;
}

div#header
{
	font-size: 		small;
	clear: 			both;
	white-space:	nowrap;
}

div#content
{
	clear: 			both;
	font-size: 		medium;
	margin: 		25px 0px;
}

div#footer
{
	font-size: 		x-small;
	clear: 			both;
}

/* portfolio css */

.portfolio
{
	margin: 		50px;
	white-space:	nowrap;
}

/* set page */

.thumbnail 
{
	border: 		2px white solid;
	margin: 		25px;
	vertical-align: middle;
}

/* photo page */

div.photo
{
	margin: 		25px;
	font-size: 		small;
}
