body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #336666;
    background-color : #E7FCF5;
    
}
a {
        text-decoration: none;
        color: #006666;

}

p {
   
        text-align: justify;
}

a:active  {text-decoration: none;}

a:hover
        {
    text-decoration: underline;
    color: #000000;

        }
a:visited
        {
    color: #666666;

        }

.black
      {
        color: black;

      }
.links_background
      {
        background-color : #9BC5C5;
      }
.content_background
      {
        background-color : #B6DDC7;
      }
.international
      {
        color : #003C3C;
      }
.individual 
      {
      font-size: xx-small;
      }
.bold {
      font-weight:bold;
      }
.green {
     color: green;
     }
.blue {
     color: blue;
     }
.red {
     color: red;
     }
