
/* Bonney Library  CSS */ 

body{
 margin: 0;
 padding:0;
 background: #663333;
 color: #333333;
 }


//*font styles*//


a, h1, h2, .headlines, .links, .links2, {
font-family: "century schoolbook",sans-serif;
}
a{
font-family:"century gothic",sans-serif; font-size:80%; line-height:1.3;
}

p{font-family: "century gothic", sans-serif; font-size:85%; line-height: 1.3;
}

h1{
font-size:120%;color:#771111; line-height:normal; margin-bottom:.2em; margin-top:.1em;
}

h2{
font-size: 105%; color:#990000; line-height:normal; font-weight:bold; margin-bottom:.2em;
}

h3{
font-family:"century gothic",sans-serif; font-size:125%;color:#990000; line-height:normal; margin-bottom:.2em; margin-top:.1em;
}



.headlines {
color:#ffbb55; font-size:95%; margin-top:5px; line-height:1.2;
}

.links {
font-family:"century gothic",serif; color:#ffbb55; font-weight:bold; font-size:85%;
}

.links:hover{
background-color: #993300;
color:#fff;
}


.links2{
color:green; font-size:90%; line-height:1.7;
}

.links2:hover{
font-weight:bold;
font-size:90%;
text-decoration:none;
}

.links2:visited{
color: #999999;
}

.footlinks{
color:green; font-size:90%; font-weight:normal; line-height:1.7; text-decoration:none;
}

.footlinks:hover{
 color: green; font-size:90%; font-weight: bold; line-height: 1.7; text-decoration:underline;
}

.default{text-decoration:none;color:#000099; 
}

.default:hover{
text-decoration:none; color:#771111; 
font-weight:bold; 
font-family:century schoolbook, sans-serif;
}


.eventsred{font-size:95%; color:red; font-weight:bold; line-height:1.7;
}

.eventsgreen{font-size:95%; color:green; font-weight:bold; line-height: 1.7;
}

strong {
font-size:1.1em; color:#771111; line-height: 1.3;
}

b{
font-size:1.1em; font-weight:bold; line-height: 1.3;
}

#bold{font-weight:bold;
}

.cssbutton{
background-color: #993300;
border: 1px #ffffff outset;
padding: 4px 12px;
color: #fffacc;
text-decoration: none;
font: bold 90% "Century Gothic","Trebuchet MS", Verdana, Helvetica, sans-serif;
}


.cssbutton:hover{
border-style: inset;
background-color: #FFFFFF;
color:#993300;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: black;
}


