.containerFader {
	width:430px; 
	position:relative; 
	margin:0 auto; 
	text-align:left; 
	border-right:0px solid #fff; 
	background:#fff; /*url(images/fade_back.gif) no-repeat;*/
	scrollbar-face-color: #B8B9B9; 
scrollbar-shadow-color: #777777; 
scrollbar-highlight-color: #777777; 
scrollbar-3dlight-color: #888888;
scrollbar-darkshadow-color: #333333; 
scrollbar-track-color: #eeeeee; 
scrollbar-arrow-color: #2b2b2b;
}
.poem {
	text-align:left;
	padding:0 10px 10px 10px;
	width:100%; 
	height:450px;
	overflow: auto;
}
.fade_top {
	position: absolute;
	height: 30px;
	width:100%;
	top:0; left:0;
	background:url(images/fade_top.png);
}
.fade_bottom {
	position: absolute;
	height: 30px;
	width:100%;
	bottom:0; left:0;
	background:url(images/fade_bottom.png);
}

h1.headline {
	margin:0px 0 0px 0; 
	font-size:1.5em;
}

body {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  background-color: #CCCCCC;
  font-weight: bold;
  color: #555555; 
  font-size:12px;
}

p{
  font-family: Verdana, Arial, Helvetica, sans-serif, Lucida Handwriting; 
  font-size:12px;
  color: #000000; 
} 

.grey1 {
  font-weight: bold;
  color: #888888; 
}
.grey2 {
  font-weight: bold;
  color: #777777; 
}
.grey3 {
  font-weight: bold;
  color: #555555; 
}
.grey4 {
  font-weight: bold;
  color: #555555; 
}
.grey5 {
  font-weight: bold;
  color: #444444; 
}
.grey6 {
  font-weight: bold;
  color: #333333; 
}

.red {
    font-weight: bold;
    color: #FD0000; 
}
.orange {
    font-weight: bold;
    color: #FF6600; 
}
.blue {
  color: #1D1D5A;
  font-weight: bold; 
}

table {
  font-family: Arial, Verdana, Arial, Helvetica, sans-serif; 
  background-color: #FFFFFF; 
  color: black; 
}

tr      { font-size:12px; color: black; }
tr.darkbg { font-weight: bold; background-color: #999999; color: black; }
tr.lightbg { font-weight: bold; background-color: #EEEEEE; color: black; }
tr.whitebg { background-color: #FFFFFF; color: black; }
td    { color: black;}

ul { font-size:11px; font-weight: bold; }

a{ font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-weight: bold;
  font-size: 10px; 
  color: #555555; 
  text-decoration: none; } 
a:link { color: #555555; } 
a:visited { color: #555555; }
a:hover { color: #000000; }

a.blue2white { color: #1D1D5A; } 
a.blue2white:link { color: #1D1D5A;  } 
a.blue2white:visited { color: #1D1D5A;  }
a.blue2white:hover { color: #FFFFFF; }

a.white2blue{ color: #FFFFFF;} 
a.white2blue:link { color: #FFFFFF; } 
a.white2blue:visited { color: #FFFFFF; }
a.white2blue:hover { color: #1D1D5A; }