one;
    border: 1px solid rgb(255,255,255);
}
div.paging  a.current {
    color: rgb(255,255,255);
    border: 1px solid rgb(35,68,133);
    /*background: rgb(64,64,64);*/
	text-decoration: none;
}
div.paging a:hover {
	text-decoration: none;
    border: 1px solid rgb(35,68,133);
}
/*=====================================================[ PAGEFLIP ]*/
div.pageflip {
    display: none;
}
/*=======================================================[ FOOTER ]*/
#footer {
    clear: both;
    font-size: 0.8em;
    border-top: 1px solid rgb(192,192,192);
    padding: 0.5em;
}
#footer a {
    text-decoration: none;
    color: rgb(35,68,133);
}
#footer a:hover {
    text-decoration: underline;
}
