/* Regular elements */ body,td,a,p { font-family: arial,sans-serif; color: #000000; } a:link { color: #0050fa; } a:visited { background-color: #ffffff; color: #33ccff; } .code { margin-left: 30px; margin-right: 30px; background-color: #d0d0d0; color: #000000; } /* the navigation choices at the bottom of the page. */ .nav { background-color: #ffffff; color: #000000; font-family: arial,sans-serif; text-align: center; } /* the title bar on non-main pages */ .title { border-bottom: 5px solid #33ccff; } /* The blue title bar on non-main pages */ .header { color: #ffffff; background-color: #10a0ff; font-family: arial,sans-serif; padding: 0; font-size: x-large; font-weight: bold; border: 5px solid #10a0ff; } /* For all page footers */ .footer { font-size: x-small; text-align: center; } /* For the download page */ /* descriptions of versions available */ dt { font-weight: bold; } dd { font-family: arial,sans-serif; } /* Highlighting the code download sections */ .download { background-color: #d0e0ff; }