html, body{
margin:0;
padding:0;
font-family: georgia,"Verdana","Arial","Helvetica",sans-serif;
text-align: center;
}
A {text-decoration: none}
A:hover {text-decoration: underline}
#pagewidth{
width:100%;
min-width: 500px;
text-align: center;
}
.hanging-indent {
text-indent: -67px;
padding-left: 67px;
}
table.quote_topics {
border-width: 0px 0px 0px 0px;
border-spacing: 0px;
border-style: inset inset inset inset;
border-color: gray gray gray gray;
border-collapse: separate;
background-color: white;
}
table.quote_topics th {
border-width: 1px 1px 1px 1px;
padding: 3px 3px 3px 3px;
border-style: inset inset inset inset;
border-color: gray gray gray gray;
background-color: white;
-moz-border-radius: 0px 0px 0px 0px;
}
table.quote_topics td {
border-width: 1px 1px 1px 1px;
padding: 3px 3px 3px 3px;
border-style: inset inset inset inset;
border-color: gray gray gray gray;
background-color: white;
-moz-border-radius: 9px 9px 9px 9px;
}
/* Pagination ---*/
ul.pagination {
float: center;
margin: 10px 0;
width: 100%;
}
ul.pagination li {
background: none;
display: inline;
margin: 0;
padding: 0;
overflow: hidden;
}
ul.pagination li span {
padding: 0 5px;
line-height: 20px;
}
ul.pagination a {
background: #f6f6f6;
border: 1px solid #ccc;
color: #000;
line-height: 20px;
padding: 5px 7px;
text-decoration: none;
}
ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
background: #069;
border: 1px solid #069;
color: #fff;
text-decoration: none;
}