a {
	color: #000;
	text-decoration: none;
}
body {
	background: #CCC url(img/bg.gif) repeat-y fixed bottom center;
	color: #333; margin: 20px 0;
	text-align: center; font: normal 0.6em Verdana,Arial;
}
.gfx a {
	background: #F5F5F5 url(img/bright_pixel.gif) no-repeat; display: block; height: 240px;
}
.header {
	background: #000000;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}
.main {
	background: #000000; 
	border: 3px double #000000; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 20px auto 4px auto; 
	text-align: center;
	width: 900px; 
}
.menu a {
	background: #000000;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #FFFFFF;
	float: left;
	padding-top: 4px;
	width: 156px; height: 16px;
	font: bold 1.1em Verdana,Arial;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #555;
}
.menu a#last {
	width: 150px;
	border-right: none;
}
.container {
	margin: 10px;
}
.content {
	background: #FFFFFF;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0;
	font: bold 1.1em Verdana,Arial;
	color: #666;
}
.content p {
	margin: 3px 0 6px; color: #666;
}
.item {
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	padding: 10px;
}
.footer {
	padding: 5px;
	background: #F5F5F5;
	color: #666;
} 
p
{
text-align: justify;
}

p a
{
font-weight: bold;
cursor: help;
background: white;
color: black;
text-decoration: none;
}

p a:hover
{
background: #8ad;
}

p a span
{
position: relative;
font-size: 100%;
font-weight: normal;
text-align: left;
}

p a span span
{
display: block;
position: absolute;
visibility: hidden;
top: 2em;
left: .5em;
padding: .2em .5em;
width: 10em;
background: #fca;
border: solid #b86 2px;
}

p a:hover span span
{
visibility: visible;
}