/* --------------------- Everywhere ----------------------*/
BODY {font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif; 
font-size:  12;
margin-left: 2%;
margin-top: 2%;
margin-right:   0px;
margin-bottom:  0px;
padding-top:    0;
padding-left:   0;
padding-right:  0;
padding-bottom: 0;
border-top:     0;
border-left:    0;
border-bottom:  0;
border-right:   0;
width:  auto;
}

TD   {font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
font-size: 12}

H1, H2, H3, H4, H5, H6 {font-family: Palatino, "Times New Roman", "Minion Web", serif}

H1 {font-size: 200%; font-weight: bold}
H2 {font-size: 175%; font-weight: bold}
H3 {font-size: 150%; font-weight: bold}
H4 {font-size: 125%; font-weight: bold}
H5 {font-size:  85%; font-weight: bold}
H6 {font-size:  70%; font-weight: bold}

P.indent {text-indent: 5%}

P.navtitle {text-indent: 0%;
font-family: Palatino, "Times New Roman", "Minion Web", serif;
font-size: 130%; font-weight: bold}

A.navlink {
font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
font-size: 80%
}




P.breakhere {page-break-before: always}
/*
For Printing only....
http://www.htmlgoodies.com/beyond/css_print.html
This then will be the activator for the page break:
     <P CLASS="breakhere">
*/

A.header {font-family: Palatino, "Times New Roman", "Minion Web", serif;
font-size:  70%}

/* Works only in IE */
DT {font-family: Palatino, "CG Times", "Times New Roman", "Minion Web", serif}
DT.dtitle {font-size: 125%; font-weight: bold}

/*
DD {text-indent: 5%}
*/

A.ddlink {font-family: Palatino, "Times New Roman", "Minion Web", serif;
font-size: 110%; font-weight: bold}


/* --------------------- Home Pages ----------------------
   Classes definitions begin with a dot, and may be used whereever
   Put into HTML Document: <body class="main">
   Put into HTML Document: <TD class="main">
   TD is to make the text in the table appear correctly in Netscape 4.5. 
*/  

      /* Main Pages  */
.main {background-color: #DFDF00; background-image: none}

      /* Networks Etc Pages  */
.netetc {background-color: #FFFF99; background-image: none}

      /* General Services Pages  was ffffcc*/
.gensvc {background-color: #99FFCC; background-image: none}

      /* Web Services  */
.websvc  {background-color: #66FF00; background-image: none}

      /* Internet Security Pages  */
.sysec {background-color: #CCCC99; background-image: none; font-color: #660000}

      /* Training  */
.training  {background-color: #66FFFF; background-image: none}

       /* Guest Pages  */
.guests {background-color: #CCCC00; background-image: none}

      /* Home (About) Pages  */
.about {background-color: #CCCCCC; background-image: none}

      /* white Pages  */
.links {background-color: #FFFFFF; background-image: none}



/* --------------------- Neat Tricks ----------------------*/
