body {
        background: #F7F7F7 url(http://www.isabelle-fuhrman.org/images/bigger.PNG) repeat-x;
        font-family : verdana;
        font-size: 10px;
        background-attachment: static;
        background-position: top center;
        background-repeat: repeat-x;
        color : #342F1D;
	margin:0px;
}

h1 {
	border-bottom: 0px solid #ffffff;
	border-top: 0px solid #FFFFFF;
	margin-bottom: 4px;
	letter-spacing: 1px;
	text-align: right;
}
tr, table, td {
	font-size: 8pt;
}

a img {
	background-color: #F4F4F4;
	padding: 3px;
	border: 1px solid #9C9C9C;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}

a:hover img {
	background-color: #F4F4F4;
	padding: 3px;
	border: 1px solid #C6C6C6;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px
}


A:link 

{text-decoration: none; COLOR: #625735; background-color: transparent;}

A:visited

{text-decoration: none; COLOR: #625735; background-color: transparent;}

A:active 

{text-decoration: none; COLOR: #625735; background-color: transparent;}

A:hover 

{text-decoration: none; COLOR: #C9BE9E; background-color: #373635; cursor: help;}