a {
 
 color: #ffffff;
 text-decoration:none;
} 
 
a:hover {
 color: #f2d972; 
 text-decoration:underline;
}

.yellowlink a {
 
 color: #f2d972;
 text-decoration:none;
} 
 
.yellowlink a:hover {
 color: #ffffff; 
 text-decoration:underline;
}

.whitelink a {
 
 color: #ffffff;
 text-decoration:none;
} 
 
.whitelink a:hover {
 color: #ffffff; 
 text-decoration:underline;
}

.white8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
}

.white11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #ffffff;
}

.mainbackground {
background:url(../images/graphics/book-bottom.jpg);
background-repeat:no-repeat;

}

.border-white-bottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
	
}

.border-pics {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ffffff;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #ffffff;
	
}

