body	{
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
	font-family: Arial, sans serif;
	font-size: 12pt;
	width: 1000px;
	text-align: center;
	margin: auto;
	margin-top: 25px;
}

a:link	{
	color: #6600FF;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
}

a:visited	{
	color: #FF3333;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
}

a:hover	{
	color: #FFFF00;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}

img	{
	border: 5px double gray;
}

.divcenter	{
	text-align: center;
}

.topnav	{
	text-align: center;
}

.topnav img	{
	border: 0px;
}

.avitar	{
	position: relative;
	left: 20px;
	top: 10px;
}

.left	{
	float: left;
}

.left2	{
	float: left;
}

.thumbs	{
	float: left;
	border: 0px;
	margin-left: 25px;
	margin-bottom: 25px;
}