#main {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-image: url(images/patrickl.gif);
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #DDDDDD;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight:bold;
	font-style:italic;
}
a:active {
	color: #CC0000;
	text-decoration: underline;
	font-weight:bold;
	font-style:italic;
}
