body
{
	clear: none;
	position:relative;
	font-family: verdana;
}

p 
{
	font-size: 10px;
}

h1
{
	margin-top: 0px;
	font-size: 30px;
}

h2
{
	font-size: 10px;
	float: right;
}

ul
{
	padding-left: 10px;
}

li
{
	font-size: 10px;
	list-style-type: none;
	list-style-position: outside;
}

a:link
{
	color: #0000F0;
}

a:visited
{
	color: #C0C0F0;
}

a:hover
{
	color: #F00000;
}

.left-picture
{
	float: left;
	margin-right: 10px;
}

.menu
{
	clear : both;
	font-weight: bolder;
	font-size: 20px;
	float: right;
	height: 22px;
}

a
{
	text-decoration: none;
}

.menu a:link
{
	color: #404040;
}

.menu a:visited
{
	color: #C0C0C0;
}

.menu a:hover
{
	color: #F00000;
}

.picture-gallery
{
	text-align: right;
}

.picture-gallery img
{
	height: 96px;
	border-width: 0px;
	margin-left: 0px;
	margin-top: 5px;
}

