body
    {
     background-color: #00045a;
     background-image: url("/images/background.jpg");
     font-family: Arial, sans-serif;
     font-size: 13px;
     color: white;
     background-position:top center;
     background-repeat: no-repeat;
     margin: 0;
     padding: 0;
     font-weight: bold;
    }
.container
          {
           text-align: center;
           background-color: transparent;
           position: relative;
           border-right: 2px outset #2c39da;
           border-left: 2px inset #2c39da;
           border-bottom: 2px outset #2c39da;
           margin: auto;
           width: 760px;
           height: 800px;
          }
.content
        {
          text-align: center;
          margin:auto;
          vertical-align: top;
          width: 684px;
          height: 600px;
        }
.display
        {
          height: 560px;
          width: 654px;
          overflow: auto;
          margin: 0;
          padding: 0;
        }
.links
        {
          text-align: left;
          font-weight: normal;
          height: 490px;
          width: 640px;
          overflow: auto;
          margin: 0;
          padding: 0;
        }
.links a
        {
          color: white;
          font-weight: bold;
          text-decoration: none;
        }
.links a:hover
        {
          color: red;
          text-decoration: underline;
        }
.header
       {
         width: 760px;
         height: 125px;
         margin: 0;
         padding: 0;
       }
.title
      {
         font-weight: bold;
         font-size: 20px;
      }
.main
     {
         padding: 20px;
     }
.footer
       {
         width: 760px;
         height: 85px;
         vertical-align: bottom;
         text-align: center;
       }
.copy
{
        position: relative;
        vertical-align: bottom;
        padding-top: 10px;
        padding-bottom: 10px;
        color: white;
        top: 15px;
        font-size: 10px;
        font-weight: bold;
}
.copy a
{
        text-shadow: #000000 1px 1px 2px;
        text-decoration: none;
        color: white;
}
.copy a:hover
{
        color: red;
}
.heading
        {
          font-size: 15px;
          text-align: left;
          font-weight: bold;
          text-decoration: underline;
          color: red;
        }
.success
        {
         font-size: 20px;
        }
.error
      {
         font-size:13px;
      }
.red
    {
     color: red;
    }
.special
        {
          font-weight: normal;
          text-align: justify;
          font-size: 11px;
        }