root { 
    display: block;
}
html, body {
background-color: white; 

color: #2B3956;
font-family: tahoma,Verdana, Arial, Sans-Serif;
font-size: 14px;
text-align: left;
}
/* Pagination DIV */
#paginated
{
width: 100%;
height: 100%;
background-color: #fff;

text-align: left;
font-size: 14px;

margin-bottom: 5px;

/*padding: 10px;*/
}

/* Pagination Link */

#paginated p a {
font-size: 14px;
text-decoration: none;
color: #000000;
border: 1px solid #83A0C1;
padding: 3px;
-moz-border-radius: 3px;
margin-left: 2px;
margin-right: 2px;
}

#paginated p a:hover {
font-size: 14px;
text-decoration: none;
color: #000000;
border: 1px solid #000000;
background-color: white;
padding: 3px;
-moz-border-radius: 3px;
}

/* Pagination Current Page */

#paginated p a.current {
font-size: 14px;
text-decoration: none;
font-weight: bold;
color: white;
border: 1px solid #0D62C3;
background-color: #0D62C3;
padding: 3px;
-moz-border-radius: 3px;
}

