/* 
	Style sheet for "Chatbat.com" web template
*/

/* general tags */
html { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
body { background-color: #404040; margin: 0pt; }
p,td,th { font-size: 0.9em; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }

/* links */
a:link { font-size: 0.9em; text-decoration: underline; }
a:visited { font-size: 0.9em; text-decoration: underline; }
a.sidebar:link { font-size: 0.9em; text-decoration: underline; color: #FFE0D9; }
a.sidebar:visited { font-size: 0.9em; text-decoration: underline; color: #E3BCA6; }

/* header */
td.header { background-color: #D73C09; }

/* menu */
td.menu { background-color: #781900; background: url(images/menu-background.gif); }

/* sidebar */
td.sidebar { background-color: #A0230E; background: url(images/sidebar-background.gif); }

/* content */
td.content { background-color: #FFFFFF; }

/* footer */
td.footer { font-size: 0.6em; color: #E8E8E8; background-color: #A4A4A4; background: url(images/footer-background.gif); }

