﻿body {
    background-color: Black;
    font-family: Calibri, Cambria, Arial, Verdana, Tahoma;
    color : #ffffff;
    font: 12pt;
     }

.header
{
    font-size: 20pt;
    color: #FF33CC;
}
    
    .four {
    font-size : 18pt;
    }
    .three {
    font-size : 12pt;
    }
    .two {
    font-size : 8pt;
    }
   
.video
{
    font-size: 15pt;
    color: #ffffff;
}

a:link {
    color: #ff511c;
      }
    
a:visited {
    color: #ff511c; }
    
a:hover 
{
   color: red;
   background-color: yellow;
   text-decoration: underline overline;

}
    
.p700 
{
    width : 1000px;
    font-size: 14pt; }
    

