body
{ 
/*   background-color: #FFFFFF; */
   background-color: white;
}

#header 
{   
   text-align: center;   
   width: 100%;   
   margin: 0px auto;   
   padding: 0px;
}

#content 
{
   width: 100%;
   height: auto;
}

.row{   width: 100%;   height: auto;   clear: both;}

.right{   float: right;   width: 45%;   padding: 0px 0px 0px 0px;   height: auto;}

.left{   float: left;   width: 45%;   padding: 0px 0px 0px 0px;   height: auto;}

.rightimage{   float: right;   width: 100%;   padding: 0px 0px 0px 0px;   height: auto;}

.leftimage{   float: left;   width: 100%;   padding: 0px 0px 0px 0px;   height: auto;}

.centerimage{   align: center;   width: 30%;}.center{   align: center;}

.buttonL{   float: left;   width: 120px;   height: 20px;   border: 3px solid #1F4C7A;   color: black;   background-color: yellow;}

li
{
   font-size:large;
   text-align:left;
}

p.explain
{
   font-size:large;
}

p.blocktext 
{
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    text-align:justify;
    font-size:large;
    font-weight:bold;
}
p.bigred 
{
   color:red;
   font-size:1600%;
   padding:0px;
   margin:0px;
}