/*
 * Style sheet for the CSS specification
 * For Save the Proverbs.
 */
body {
background-image: url('proverbs_bg.gif');
}
a:hover {
color : #ff0099 ;
background-color : #ccffcc ;  
text-decoration: none;
}
h2 {
font: bold italic 50px "Times New Roman", serif;
color: #ff9900;
margin-top: 0px;
margin-bottom: 2px;
}
body, p, td, th, li, ul, ol {
font-size: normal;
font-family: Verdana, Lucinda, Arial, Helvetica, sans-serif;
}
li, ul, ol{
margin-top: 0px; 
margin-bottom: 2px;
}
td{
text-align: left;
}
.ce{
text-align:center;
}
dt{
font-weight: bold;
color:#006600;
}