/* HAWHAW XML reference style sheet */

/* Define colors, fonts and other style attributes here to override the defaults  */

/* Page background color */
body { background-color: #FFFFFF }

/* Table colors */
.TableHeadingColor     { background: #CCFFCC } /* Light green */
.TableExampleColor     { background: #E8FFE8 } /* Lighter green */
.TableRowColor         { background: #FFFFFF } /* White */

/* Font used in left-hand frame lists */
.FrameHeadingFont { font-size: normal; font-family: normal }
.FrameItemFont    { font-size: normal; font-family: normal }

/* Link properties */
a:link { color:#003300; text-decoration:none; }
a:visited { color:#227722; text-decoration:none; }
a:active { color:#000000; text-decoration:none; }

