body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #eee;
	text-align: left;
	line-height: 14px;
	}
.mainborder {
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.searchbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #EE217C;
	font-weight: bold;
	color: #FFFFFF;
}
.navbar {
	background-color: #EE217C;
}
.newsbox{
	background-color: #E7E4D0;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 6px;
}
.newsbox a{
	text-decoration:none;
	color:#EE217C;
	font-size:10px;
	font-weight: normal;
}
.newsbox a.hover{
text-decoration:underline;
}
.newsbox a.visited{
text-decoration:none;
color:#EE217C;
font-size:10px;
}
.navigation {
	background-color: #EE217C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align: 1%;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
}

.mainlinks a:link {
	color:#EE217C;
	text-decoration: none;
}
a:link {
	color: #EE217C;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #999999;
}
a:visited {
	color: #EE217C;
	text-decoration: none;
	font-weight: bold;
}

.mainborder a {
	font-size: 10px;
	color: #3F3F9F;
}
.mainborder a:visited {
	color: #3F3F9F;
}
.mainborder a:link {
	color: #3F3F9F;
}

.mainlinks a:visited {	color:#EE217C;	text-decoration: none;}
.mainlinks a:hover {color: #eee;}

.navlinks a:link {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
.navlinks  a:visited {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
.navlinks  a:hover {
	color: #eee;
	text-decoration: none;
}

.mainheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	line-height: 16px;
}
.newsheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336699;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 20px;
}
.news {
	padding-bottom: 10px;
}

.sidebarheaders {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EE217C;
	font-weight: bold;
}
.sidebartable {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eee;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	line-height: 20px;
}
.footer {
	line-height: 22px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
}
<script type="text/javascript" src="virtualpaginate.js">

.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle{ /*Style for demo pagination divs*/
width: 250px;
text-align: center;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
}
.notes {
	font-size: 10px;
	font-style: italic;
	color: #666666;
}
