@charset "utf-8";
/* CSS Document */

body {
  background-image:url(/gallery/res/bg.gif);
  background-repeat:repeat-x;
}

p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	padding: 3px;
}
.bold {
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
}
.navigation {
	font-family: verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
	background-color: #333333;
	display: block;
	padding: 8px;
	width: 140px;
}


.navigation:hover {
	font-family: verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	display: block;
	padding: 8px;
	width: 140px;
}
.bold {
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #990000;
}
