div#links a {
    background-color: rgb(255, 253, 220);
    color: black;
	font-family: Script;
}

div.quote_body {
    border: 1px dotted blue;
    background-color: rgb(199, 199, 199);
    padding: 1em 0em 1em 0em;
    color: blue;
    text-align: center;
    text-transform: capitalize;
    font-size: large;
    font-variant: small-caps;
}
div.quote_body p 
{
    width: 35em;
    padding-left: 10px;
}
div#quote_owner  
{
	margin-left: 5px;
	font-size: small;
	color: #000;
	float: left;
	text-align:left;
	font-variant: normal;
}

div#indexed 
{
    background-color: rgb(255, 253, 220);
    float: left;
}
div#add_quote
{
	text-align:center;
	font-size:xx-large;
	font-family:"Goudy Old Style";
	color:#2e6ab1;
}

div#add_quote a:hover
{
	cursor: pointer;
	text-align:center;
	font-size:xx-large;
	font-family:"Goudy Old Style";
	color: red;
	background-color:#000;
}


.pagination 
{
    text-align: center;
    padding: 2px;
}

.pagination ul 
{
    margin: 0;
    padding: 0;
    text-align: left; 
    font-size: 16px;
}

.pagination li 
{
    list-style-type: none;
    display: inline;
    padding-bottom: 1px;
}

.pagination a, .pagination a:visited 
{
    padding: 0 5px;
    border: 1px solid #9aafe5;
    text-decoration: none;
    color: #2e6ab1;
}

.pagination a:hover, .pagination a:active 
{
    border: 1px solid #2b66a5;
    color: #000;
    background-color: #FFFF80;
}

.pagination a.currentpage 
{
    background-color: #2e6ab1;
    color: #FFF !important;
    border-color: #2b66a5;
    font-weight: bold;
    cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover 
{
    background-color: white;
    cursor: hand;
    color: #929292;
    border-color: #929292;
    font-weight: normal !important;
}

.pagination a.prevnext {
    font-weight: bold;
}
