body 
{
		margin:20px 20px 20px 20px;
		background:gray;
}

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;}

.box	
{
		left:25px;
		width:400px;
		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:400px;
		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;
}

.disctitlebox	
{
		left:25px;
		width:400px;
		padding:5px;
		background:#dfe;
		border-right: solid black 2px;
		border-bottom: solid black 2px;
		border-left: solid black 2px;
		border-top: solid black 2px;
		text-align:  justify;
		font-family: Futura, Veranda, Arial, Helvetica, sans-serif;
}

.menubox
{
		left:25px;
		width:400px;
		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;
		font-weight: bold;
		font-size: 12px;
		font-family: Futura, Veranda, Arial, Helvetica, sans-serif;
}

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: 12px;
		font-weight: bold;
		font-family: Futura, Veranda, Arial, Helvetica, sans-serif;
}
.description
{
v}

.pagetitle
{
		font: 18px;
		font-weight: bold;
		font-family: Futura, Veranda, Arial, Helvetica, sans-serif;
}
.smallish	{
		color: black; 
		text-decoration: none; 
		font-family: Futura, Veranda, Arial, Helvetica, sans-serif;
		font-size: 9px;
		}
.date		{
		color: black; 
		text-decoration: none; 
		font-family: Futura, Veranda, Arial, Helvetica, sans-serif;
		font-weight: bold; 
		font-size: 10px;
		}