/*
   main.css: general style sheet definitions for the Death Before
   Decaf comic site.
*/

body { 
background: rgb(179, 216, 163); 
}

/* these should match the background for the bars and the like */

a:link { 
color: rgb(255, 255, 255); 
}

a:visited { 
color: rgb(107, 219, 88); 
}

a:active { 
color: rgb(22, 85, 12); 
}

a.img:link { 
color: rgb(31, 125, 15); 
}

a.img:visited { 
color: rgb(31, 125, 15); 
}

a.img:active { 
color: rgb(31, 125, 15); 
}

div.center { 
text-align: center; 
}

div.content { 
background-color: rgb(140, 189, 118);
width: 80%;
margin-left: 50px;
padding: 25px;
font-family: "comic sans ms";
}

