/* This style sheet is for the Advisor pages - with a width = 750px and unlimited height. Edge marigins top & bottom are 20px and left & right 30px.*/html{ /* default purple background */ background-color:#CCCCFF; }a:link{ color:#ff4444 }a:visited{ color:#882222 }a:active{ color:#ff44ff }body{ /* 746px column centred on screen, 2px border = 750px */ width:746px; background-color:white; /* Centre the paper on the screen using L & R AUTO margins */ margin:10px auto; border:ridge #ffffff; border-width:thick; padding:0; /* Basic font is Times Roman in black */ font-family:Times-Roman, times, serif; color:black; text-align:left; }H1{ margin:2px 20px 30px 20px; color:#0044ff; background-color:white; font-size:xx-large; font-weight:bold; font-family:Times-Roman, times, serif; text-align:center; line-height:37px; }H2{ /* Sub-headings */ margin:2px 20px 30px 20px; color:#0044ff; text-align:center; font-size:x-large; }H3{ /* Section-headings */ margin:2px 20px 30px 20px; color:#0044ff; text-align:left; font-size:x-large; }P{ margin:0 20px 10px 20px; text-align:justify; }P.nospace{ margin:0 20px 0 20px; }UL UL LI{ font-style:italic; }HR{ margin:0 20px 10px 20px; color:#0044ff; border-width:thin; border-style:solid none none none; }.xref{ /* Hyperlink "buttons" */ margin:0; line-height:50px; padding:5px; color:black; text-align:center; font-size:small; }.xref B { border-width:0.5em; border-style:solid; border-color:white; background-color:#EEEEEE; padding:0.5em; text-align:center; vertical-align:middle; }.footer{ /* Copyright and update footer lines */ margin:0; padding:5px 0 5px 0; color:black; border-width:0 0 20px 0; border-style:solid; border-color:#294B92; text-align:center; font-size:xx-small; font-style:italic; }