body  {
	font-family: Arial, sans-serif;
	background-image: url('Backgroundtile.jpg');
}

h1 { color:black}
h2 { font-style: italic;}


.althead {	
	color:black;
	font-family: Arial, sans-serif;
	font-style: italic;	
	font-weight: bold;
	font-size: 28;
}
	

p.caption {
		font-family: Arial, sans-serif;
		font-style: italic;
		font-size: small;
}



img.FloatLeft	{
		float: left;
		margin-right: 10px;
		}

a.HeaderLink:link {
		color: black;
		font-size: small;
		font-style: none;
}

a.HeaderLink:visited {
		color: gray;
		font-size: small;
		text-decoration: none;
}


a.HomeLink:link {
		color: black;		
}

a.HomeLink:visited {
		color: gray;		
}


a.ArtLink:link {
		color: black;
		font-size: large;
		font-weight: bold;
		font-style: italic;
}

a.ArtLink:visited {
		color: gray;
		font-size: large;
		font-weight: bold;
		font-style: italic;
}

div.Box {
		margin-top: 10 px;
		margin-bottom: 10 px;
		margin-left: 10 px;
		margin-right: 10 px;
		padding: 10 px;
		border-style: solid;
		border-width: 2 px
}
