body {
    background-color:black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	}



#topbanner {
background-color:#FF6699;
background-image:url(titlebook1.jpg);
background-repeat: no-repeat;
background-position: center; 
position: absolute; top:0px; left:0px;
height:120px;
width:100%;
text-align: center; 
border-bottom: solid;
border-bottom-color:#FF6699;
}

#sidemenu {

	background-color:#000000;
	color:#FF6699;
	position: absolute;
	top:123px;
	left:0px;
	width: 170px;
	text-align: left;
	font-weight: bold;
	border-right: solid;
	border-bottom: solid;
	border-right-color:#FF6699;
	border-bottom-color:#FF6699;
	padding-left: 15px;
	padding-right: 15px;
	link-color:#FF6699;

	


}

#sidemenu li {
}

#sidemenu a:link {
	color:#FF6699;
}



#sidemenu a:visited {
	color:#FF6699;

}

#sidemenu a:hover {
	color:white;
}

#content {
background-color:#FF6699;
color:#000000;
position: absolute; left:210px; top:130px;
width:630px;
padding: 20px;
}

#content h1{

font-size:200%;
text-decoration: underline;


}

#content a:link {
	color:white;
}

#content a:visited {
	color:white;
}


#content .p1{

font-size:120%;
color:#000000;
background-color:#FF6699;

}


#content .p2{
font-size:100%;
color:#000000;
background-color:#FF6699;

}

#content .p2 a:link {
	color:#993399;
}

#content .p2 a:visited {
	color:#993399;
}

#content .p3{

font-size:155%;
color:#000000;
background-color:#FF6699;

}

#content .p4{

font-size:155%;
color:#000000;
background-color:#FF6699;
font-weight: bold;



}