/* common attributes */
body
{
font: arial;
color: #FFFF80;

background-color: #000080;
background: url("images/frameset/bckgsmall.gif");
background-attachment: fixed;

scrollbar-track-color: #000080;
scrollbar-face-color: #0000B0;
scrollbar-3dlight-color: #0000C8;
scrollbar-highlight-color: #0000E0;
scrollbar-shadow-color: #000090;
scrollbar-darkshadow-color: #000070;
scrollbar-arrow-color: #1010FF
}

/* links color */
body.navigation a { color: #E0E0E0; text-decoration: none }
body.navigation a:hover { color: white; text-decoration: underline }
body.navigation a.dark { color: #607080; text-decoration: none }
body.navigation a.dark:hover { color: white; text-decoration: underline }
a.nu { color: #E0E0E0; text-decoration: none }
a.nu:hover { color: white; text-decoration: underline }
a { color: white }


hr { color: #0000D8 }

/* specific fonts */
a.mailtonick { font: 66%; text-decoration: none }
a.mailtonick:hover { font: 66%; text-decoration: underline overline }
.ienote { font: 66%; color: #0000F0; cursor: default }
.primaheading { font: bold 150%; color: #FFFF80; cursor: default }
.medheading { font: bold 120%; color: #FFFF80 }
body.navigation
{
color: #FFFF80;
background: url("images/frameset/bckgnav.gif");
background-position: bottom;
}

  

/* commands */
.cmd { font-weight: normal; color: #FFFFC0 }
.cmdrq { font: bold; color: #FFFFC0 }

/* command parameters */
.param { font: italic; color: #FFFFE0 }

/* examples */
.examp { font: bold; color: #A0E0FF }
span.err { font: bold; color: #FF8040 }

/* New! marks */
.new { color: #FF2020 }

