body 
{
		margin:20px 20px 20px 20px;
		background:white;
		font-family: Futura, Veranda, Arial, Helvetica, sans-serif;
		
}

A 			
{ color: black; text-decoration: none;}

A:link		
{ color: green; text-decoration: none;}

A:visited	
{ color: green; text-decoration: none;}

A:active	
{ color: red;}

A:hover		
{ color: red;}

.title
	{
	padding: 10px;
	}
.box	
{
		left:25px;
		width:700px;
		padding:5px;
		background:#eee;
		border-right: solid black 2px;
		border-bottom: solid black 2px;
		border-left: solid black 1px;
		border-top: solid black 1px;
		text-align:  justify;
}

.titlebox	
{
		left:25px;
		width:700px;
		padding:5px;
		background:#eee;
		border-right: solid black 2px;
		border-bottom: solid black 2px;
		border-left: solid black 1px;
		border-top: solid black 1px;
		text-align:  justify;
}

img
{
		border-right: solid black 2px;
		border-bottom: solid black 2px;
		border-left: solid black 1px;
		border-top: solid black 1px;
		margin: 10px;
}

img.cover
{
		border-right: solid black 1px;
		border-bottom: solid black 1px;
		border-left: solid black 1px;
		border-top: solid black 1px;
		margin: 10px;
		width: 100px;
}

.title
{
		font-size: large;
		font-weight: bold;
}
.description
{
	font: 11px;
}

.pagetitle
{
		font: 18px;
		font-weight: bold;
}
.small
{ 		
		font-size:xx-small;
}
.smallish
{
		font-size: 14px;
		text-align: justify;
		font-family: sans-serif;
}
.smallerish
{
		font-size: 12px;
		text-align: justify;
		font-family: sans-serif;
}