/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */


hr {
	height: 7px;
	width: 90%;
	background-color: #0000CD;
}


/*
 * This ensures that text in paragraphs doesn't
 * stretch right across the screen. This only works
 * in more advanced browsers.
 */


ul.menu
{
	list-style:none;
	margin:0px;
}

ul.menu li
{
	display: block;
}

ul.menuright
{
	list-style:none;
	margin:0px;
}

ul.menuright li
{
	display:inline;
}

.menu
{
	text-align: center;
	/* border: thick groove rgb(0,0,0); */
	background-image: url(images/snowback.jpg);
	background-attachment: fixed;
	padding: 1em;
	width:230px;
	
}

.menuright
{
	text-align: center;
	}
	
	
.menuright a:hover
{
	color: White;
	background-color: Teal;
	text-decoration: none;
}


.menu a
{
	color : Navy;
	background-color : inherit;
	text-decoration: none;
	font-size: small;
	line-height:1.1em;
}

.other a
{
	color : rgb(0,0,0);
	background-color : inherit;
	text-decoration: none;
	font-size: small;
	line-height: 1em;
}

.menu a:hover
{
	color: Navy;
	background-color: rgb(230,230,250);
	text-decoration: underline;
}


.menu strong
{
	font-size : large;
}

.other
{
	text-align: center;
	
}



a:link {
font-weight: normal;
text-decoration: underline;
font-size: 100%;
}

a:hover {
	text-decoration: underline;
	color: Maroon;
}		


a:active {
font-weight: normal;
text-decoration: none;
color: red;
font-size: 100%;
}

.copy { text-align:center; font-size:80%}

.poster { 
width: 210px;
height: 180px;
float: left;
font-size: 80%;
line-height: 1.3em;
text-align: center;

 }
 
img {border: 0}

.poster a
{text-decoration:none;}

.poster a:hover {text-decoration:underline}
 

 