/* defualt.links.css   links.html  css file */

body {
    background-color: white;
    color: black;
    font-family: Arial, Geneva, Verdana, Helvetica,sans-serif;
    font-size: 105%;
    text-decoration: none;
    margin: 2em 8em 0em 9em;
    font-weight: normal;
}

a {   
    color: #000099;
    text-decoration: none;
    background-color: white;
    cursor: pointer; 
}

a:hover {     
    text-decoration: underline; 
}

p a { 
   font-weight: bold;
}

 span.italic { 
   font-style: italic;
 }

 span.bold { 
   font-weight: bold;
 }

div.oneandahalf {
    color: black;
    background-color: white;
    line-height: 120%;
    font-size: 100%;
}

.BoxContents {
    color: black;
    background-color: white;
    font-weight: bold;
    font-size: 105%;
    margin: 0em 2em 0em 2em;
}
/* color: #443480;  dark blue, close to logo color*/

div.indent {
    margin: 0em 2em  0em 2em;
}

h1.TIname {
    font-size: 135%;
}

h2.PageName {
    font-size: 125%;
    font-style: italic;
}

h3.Section {
    color: black;
    background-color: white;
    font-size: 110%;
    line-height: 120%;
    text-decoration: underline;
}

h3.TOC{
    color: black;
    background-color: white;
    font-size: 110%;
    line-height: 120%;
     font-weight: bold;
     margin: 0em;
     text-align: center;
}


#links {
    color: black;
    background-color: white;
    font-weight: bold;
    font-size:110%;
    margin: 0em;
    text-align: center;
}

h3.CopyNavBar{
    color: black;
    background-color: white;
    font-size: 100%;
    font-family:  Verdana,  Arial, Helvetica, sans-serif;
    line-height: 115%;
     font-weight: bold;
     padding: 1em 0em 1em 0em;
     margin: auto;
     text-align: center;
}

#CopyrightLinks {
    color: black;
    background-color: white;
    font-size: 85%;
    font-weight: bold;
    font-family:  Verdana,  Arial, Helvetica, sans-serif;
       line-height: 110%;
    text-decoration: none;
     cursor: pointer;
    text-align: center;
    border-top: 2px solid #ccc;
    padding: 1em 0em 0em 0em;
    margin: auto;
}

#CopyrightWords {
    font-size: 80%;
    font-weight: normal;
    color: black;
    background-color: white;
    text-align: center;
    padding: 1em 0em 1em 0em;
   margin: auto;
}

#showbox {
    margin: 1em 2em 0em 2em; 
    border-top: 1px solid #ccc;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    border-left: 1px solid #ccc;
    padding: 1em;
    margin; auto;
}


   /*margin: auto; */
   /* width: 75%;*/


/*h3.SectionIndent {
    color: black;
    background-color: white;
    font-size: 110%;
    text-decoration: underline;
    margin-left: 2em;*/



/* h4.ListItem {
    color: black;
    background-color: white;
    line-height: 120%;
    font-size: 100%;
    font-weight: normal;
}*/

/*h4.ListItemIndent {
    color: black;
    background-color: white;
    line-height: 120%;
    font-size: 100%;
    font-weight: normal;
   margin-left: 2em;*/
