@import "../../styles/tour.css";

BODY {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding:	0;
	color:	#000;
	background: url(../../images/page/tan.jpg)}
div, p, th, td, th, li, dd, dl, dt  {
	font-family : Georgia, "Times New Roman", Times, serif; 
}
h1, h2, h3, h4, h5, h6 {
	font-family : Georgia, "Times New Roman", Times, serif;
}
a:link	{
	color: #000066;
	text-decoration: underline; 
	background: transparent;
	}
a:visited	{
	color: #003366;
	text-decoration: underline;
	background: transparent;
	}
a:active	{
	color:	#990000;
	text-decoration: underline;
	background: #FFFFF0;
	}
a:hover	{
	color:	#990000;
	text-decoration: underline;
	background:  #FFFFF0;
	}
ul {
	list-style: square;
}
.smalltext {
	font-size: 85%;
}
#footer {
	border-top: thin; #660000; 
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

