﻿body {
	background-image:url('../images/canvas.jpg');
	font-family:"Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size:1em;

}




a {
	color: #808000;
	font-family: Georgia, "Book Antiqua", "Times New Roman", Times, serif;
	text-decoration: none;
}

A:visited {
	color: #996600;
	text-decoration: none;
}
A:hover {
	color: #CC3300;
	background-image:url('../images/smoke3.gif');
	background-position:center;
	text-decoration: none;
}
A:active {
	color: #CCFF33;
	text-decoration: none;
}

#anchor1 {
	width : 100px;
	height : 20px;
	background-image: none;
	text-decoration: none;
}
#anchor1:hover {
	background-image: none;
}
