/* 
	Style sheet for Cedardale Dairy web site
*/

/* general tags */
html { font-family: Geneva, Arial, Helvetica, sans-serif; }
body { background-color: #021B13; margin: 0pt; }
p,td,th { font-size: 0.9em; font-family: Geneva, Arial, Helvetica, sans-serif; color: #FFFFFF; }
li,small { font-size: 0.75em; font-family: Geneva, Arial, Helvetica, sans-serif; color: #FFFFFF; }
li.fragrance { font-size: 0.75em; font-family: Geneva, Arial, Helvetica, sans-serif; color: #F7E6C8; }

/* links */
a:link { font-size: 0.9em; text-decoration: underline; color: #FFC200; }
a:visited { font-size: 0.9em; text-decoration: underline; color: #DAAF28; }
a:hover { text-decoration: underline; }

/* header */
td.header { background-color: #4D9898; }

/* menu */
td.menu { background-color: #0C2E23; }
td.belowmenu { background-color: #086244; }

/* sidebar */
td.sidebar { background-color: #086848; background: url(images/sidebar3.jpg); }

/* borders */
td.border { background-color: #404040; }

/* content */
td.content { background-color: #086848; }

/* footer */
td.footer { font-size: 0.6em; color: #CACACA; background-color: #0C2E23; }

