@import url("linen.css");
body {
	background-color: #dedeca;


}

body, td, th {
	color: #666633;
	font-family: Georgia, "Times New Roman", Times, serif;

}

h1, h2 {
	color: #663300;
}

h3, h4, h5, h6 {
	color: #996633;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;


}

a {
	color: #666633;
	font-weight: bold;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, san-serif;




}
a:visited {
	color: 996633;
}
a:hover {
	background-color: dedeca;
}

