

p,li,th,td 
{ 
text-align: justify;
color: white;
font-size: medium; 
font-family: Arial, Verdana, Sans-Serif
}

.small
{ 
text-align: center;
color: white;
font-size: small; 
font-family: Arial, Verdana, Sans-Serif
}


body
{
background-color: #294480;
}

h1 {color: white}


img {border:none;
     margin-left: 5px}

img.left {float:left;
          border:none;
          margin-right: 20px}
img.right {float:right;
          border:none;
          margin-left: 20px}


a:link    {color:yellow}
a:visited {color:yellow}
a:active  {color:green}
a:hover   {color:white}
