

body.header {
    background-color : #0078ff;
    font-family : 'sans-serif';
    font-size : xx-large;
    text-align : center;
  }


p {
    margin-left : 10%;
    margin-right : 10%;
  }


table.main {
    border: 0px;
    width: 100%;
    padding: 0;
    margin: 0;
  }


table.linksbox {
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    border-spacing: 0px;
    margin-bottom: 15px;
  }


table.linksbox ul {
    list-style:none;
    margin:0px;
    padding:0px;
  }


table.linksbox li ul li {
    padding-left:2em;
  }


table.linksbox th {
    color: #ffffff;
    background-color: #418ade;
    font-family: sans-serif;
    font-size: 10pt;
    font-weight: 700;
    text-align: center;
  }


table.linksbox td {
    padding-left: 0.8em;
    padding-top: 15px;
    padding-bottom: 15px;
    /* background-color: #90b8dd;
    */background-color: #dfe7f3;
  }


table.linksbox a:link {
    background-color: transparent;
    color: #0000C0;
    font-weight: 400;
    text-decoration:none;
    font-size: 10pt;
  }


table.linksbox a:visited {
    background-color: transparent;
    color: #0000C0;
    font-weight: 400;
    text-decoration:none;
    font-size: 10pt;
  }


table.linksbox a:active {
    background-color: transparent;
    color: #0000C0;
    font-weight: 400;
    text-decoration:none;
    font-size: 10pt;
  }


table.linksboxa:hover {
    background-color: transparent;
    color: #0000C0;
    font-weight: 400;
    text-decoration: none;
    font-size: 10pt;
  }


table.content {
    background-color: #418ade;
    border: 0px;
    padding: 1px;
    margin: 0px;
    width: 100%;
    border-spacing: 0px;
  }


h1 {
    color : #ffcd06;
    font-family : 'sans-serif';
    font-size : xx-large;
    font-weight : bold;
  }


h2 {
    color : #08a4ff;
    font-family : 'sans-serif';
    font-size : x-large;
    font-weight : bold;
  }


body.foot {
    background-color : #f4ffc6;
    font-family : 'sans-serif';
    font-size : x-small;
    text-align : center;
  }


body.news {
    background-image : url('/images/story3.jpg');
    margin-left : 20%;
  }


