/* chd_style.css */
BODY,TD,TH,P    { color: #000000; background: #66aaff; border-color: #ffffff; font-family: Verdana, sans-serif; font-size: 10pt }
/* this allows downloading of fonts to the browser. The first src: is for IE. The second is for non-IE. The local is a dummy so that IE will use */
/* the first url and eot and not the second url and ttf */
@font-face	{ font-family: Teletype; src: url(/images/tele.eot); }
@font-face	{ font-family: Teletype; src: url(//:) format("No-IE-404"), url(/images/tele.ttf) format("truetype"); }
CODE		{ font-family: Courier New, serif; font-size: 10pt }
.header         { font-family: Verdana, sans-serif; font-size: 24pt; font-weight: bold }
.menubar        { font-family: Verdana, sans-serif; font-size: 10pt }
.sidebar        { font-family: Verdana, sans-serif; font-size: 10pt }
.footer         { font-family: Verdana, sans-serif; font-size: 10pt; font-style: italic }
.construction   { color: #000000; background: #cccccc }
.construction B { color: #000000; background: #ffff00 }
TD.momday	{ color: #000000; background: #ffccff }
TD.dadday	{ color: #000000; background: #00ccff }
TD.red		{ color: #000000; background: #ff0000 }
TD.green	{ color: #000000; background: #00ff00 }
TD.white	{ color: #000000; background: #ffffff }
TD.grey		{ color: #000000; background: #c0c0c0 }

