body{
    background-color: #330099;
	background-image: url(http://www.micoc.org/images/pb2.jpg); 
}
	
table { 
     border: 4px outset grey; 
     color: white;
}

td { 
     border: 1px groove grey;
}

none {
}

.verse {
     font-style: italic;
	 color: yellow;
}

.frame {
     background-color: #020202;
	 background-image: url(http://www.micoc.org/images/grdbkg2.jpg); 
	 background-repeat: repeat-x;
     margin-top: 2px; 
	 width: 764px;
     border: 4px outset blue; 
	 color: white;
}

.inner {
     color: white;
	 border: 0px;
	 vertical-align: top;
}

img.floatRight { 
    float: right; 
    margin: 4px; 
	border: 3px outset blue; 
}

div#menuPane{
    padding: 2px;
	width: 120px;
}

div.menu {
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 0;
	border: 3px outset blue;
}

div.menu a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	letter-spacing: 1px;
	margin: 1px;
	padding-right: 2px;
	color: white;
}

div.menu a:link{
	background: #330099;
	color: white;
	border: 2px ;
}

div.menu a:visited{
	background: #330099;
	color: white;
	border: 2px ;
}

div.menu a:hover{
	background: #330099;
	color: #F8FB00;
	letter-spacing: 2px;
}

div.menu h4{ 
	padding: 2px;
	margin: 0px;
	color: white;
}

div#content{
	padding: 0px 10px 5px 10px;
	color: white;
}

div#content h3{
	text-align: center; 
	color: cyan;

}

div#content a:link, a:visited{
    text-decoration: none;
	color: cyan;
}

div#content a:hover{
	color: yellow;
	font-weight: bolder;
}	