/*****  Hey, its our first CSS definition *****/

/********************
  Alter the link behavior
********************/
a {
  text-decoration: none;
}
a:link {
  color: #ffcc00;
}
a:visited {
  color: #998833;
}
a:hover {
  color: #ffdd00;
}

div.leafHeader{
    background-color: #000066;
    color: white;
    text-align:center;
    padding-top: 1em;
    padding-bottom: 1em;
}

font.leafHeaderTitle{
    font-size: large;
}

font.leafHeaderText{
    font-size: small;
}

div.intHeader{
    background-color: #000066;
    color: white;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}

font.intHeaderText{
    font-size: small;
    font-family: Arial,Gelvetica,sans-serif;
    color: white;
}


div.extLinkItem{
    width: 96%;
    background-color: #000010;
    padding-top: 0.75em;
    padding-bottom: 0.5em;
    padding-left: 0.75em;
    padding-right: 0.75em;
}

div.extLinkInfo{
    text-align: justify;
}
