﻿body.alba {
	color : White;
	font : medium Georgia, "Times New Roman", Times, serif;
	background-color : Green;
}

body {
	background-image : url(images/wood_chiaro.jpg);
	font-weight : normal;
	color: #004000;
	font-family: "Amazon BT", "Times New Roman", Times, serif;
}

h1 {
	font-family : "Amazon BT", serif;
	color : #004000;
}

h2 {
	font-family : "Comic Sans MS", serif;
	color : #004000;
	font-size : medium;
}
h3 {
	font-family : Verdana, sans-serif;
	color : #004000;
	font-size : small;
}

li {
	font-family : serif;
	font-weight : lighter;
}
a {
	color : maroon;
}

a:visited {
	color : maroon;
}

a:active {
	color : Blue;
}

a:hover {
	color:red;
	text-decoration: none;
}

table{
	margin-bottom: 20px;
	font-family : "Times New Roman", Times, serif;
	border-collapse: collapse;
	font-weight: normal;
}
table.mounted{
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-weight: normal;
	border: thin solid #004000;
	font-size: small;
}
table.mounted_head{
	font-family : Georgia, "Times New Roman", Times, serif;
	border-collapse: collapse;
	font-weight: bold;
	border: thin solid #004000;
	font-style: oblique;
	text-align: center;
}
