body
{
background-image:url("../pictures/black.JPG");
background-color:RGB(162,11,2);
background-repeat: repeat-y;
background-attachment: scroll;
background-position: 50% 170px;
color:RGB(256,256,256)  ;
text-align: center;
margin-top:0cm;
}

h1,h2,h3,h4,h5
{
color:RGB(256,256,256);
text-align: center;
}

p 
{
width:800px;
color:#001F3E  ;
text-align:justify
}

p.right
{
text-align: right;
color:#001F3E  ;
font-family:"book antiqua";
    
}
a:link {color: RGB(128,0,0)   }     /* unvisited link */
a:visited {color: RGB(128,0,0) }  /* visited link */
a:hover {color: RGB(128,0,0)  }   /* mouse over link */
a:active {color:  RGB(128,0,0) }


ul.square 
{
list-style-type: square
}

table.main
{
vertical-align:middle;
text-align: justify;
color:#001F3E ;
font-family:"book antiqua";
font-size: 90%;
}	

p.middle
{
vertical-align:middle;
}

p.bottom
{
background-color:#F5F5F5;
color: #F5F5F5;
font-size: 40%
}

