	body {
		font-family: verdana, helvetica, serif;
		text-align: justify;
		margin: 0px;
		background-image: url('background.jpg');
		background-attachment: fixed 
		}
		
	.text {
		margin: 50px 10px 10px 10px;
		font-size: 14px;
		text-align:justify;
		}
	a {
		text-decoration: none;
		}
	a:link {
		background-color:auto;
		color:#3366cc;
		text-decoration:underline;
		}
	a:visited {
		color:##c1d6ff;
		background-color:auto;
		text-decoration:underline;
		}
	a:hover {
		text-decoration: none;
		background-color : #cc0066;
		color: #ffffff;
		}
	a:active {
		background-color: #ffcccc
		color: #ffcc33;
		}
	#fancy {
		background-color: #99cc00;
		
		}
	:hover#fancy {
		background-color: #004040;
		border-style: inset;
		border-color: #015800;
		}
	.pub {
		position:fixed;
		left:1px;
		top:5px;
		background-color:#004040;
		}
