
A  { }

/* Elements and restrained classes (i.e. applicable to only 1 tag) */
  A:link                { color: blue; text-decoration: underline; background-color: transparent; cursor: auto  }
  A:visited             { color: green; font-weight: lighter; background-color: transparent; cursor: auto  }
  A:active             { color: teal; font-weight: bolder; background-color: transparent; cursor: auto  }
  A:focus              { color: blue; background-color: transparent; cursor: auto }
  A:hover              { color: navy; font-weight: normal; text-decoration: none; background-color: transparent; cursor: auto  }
BIG                   {font-size: larger;}
BODY                  { font-family: Arial; background-color: white; margin: 0em 0%; cursor: default } 
BUTTON                {cursor: auto;} 
/* CAPTION            {margin: 0em 0% 0em 0%; line-height: 1} */
/* CENTER             {} */
/* CITE               {} */
CODE                  { font-weight: 700; font-family: "courier new",monospace;}
H1                    { color: navy; font-weight: 700; font-size: large; background-color: transparent; margin: 0px 0% }
H2                    { color: blue; font-weight: 700; font-size: medium; background-color: transparent; margin: 0px 0% }
H3                    { color: purple; font-weight: 700; font-size: small; background-color: transparent; margin: 0px 0% }
H4                    { color: teal; font-weight: 700; font-size: small; background-color: transparent; margin: 0px 0% }
/* H5                 {                                    margin: 0em 0% 0em 0%;}*/
/* H6                 {                                    margin: 0em 0% 0em 0%;}*/
/* HR                 {margin: 0em 0% 0em 0%}*/
/* HTML               {margin: 0; background: white}*/
/* INPUT              {cursor: auto}*/
/* KBD                {font: 1em monospace}*/
P                     { font-family: Arial; text-indent: 0px }
SUB                   {font-size: smaller;}
SUP                   {font-size: smaller;}
