.page { display: none; }

body {	padding: 0px;
 margin: 16px;
 font: Georgia, "Times New Roman", Times, serif;
 font-size:14px;
}
a {	text-decoration: none;
 color: RGB(255,212,255) }	
#content {	display: block;
 width: 600px;}

.navigation {	font-weight: bold; }
.toolBar {	display: block;
 font-weight: bold;
 border-top: 1px solid #fff;
 padding-top: 2px;
 margin-bottom: 8px;
 clear: both;}
.pagination {	display: block;
 float: left;}
.pageSend {	display: block;
 float: right;}

#footer {	display: block;
 border-top: 1px solid #fff;
 padding-top: 2px;
 margin-bottom: 8px;
 clear: both;}
#footer .copyright{ float: left;}
#footer .navigation{ float: right;}

#footer .pageInfo {	display: none;}

