﻿body {
    background-color: Black;
    font-family: Calibri, Cambria, Arial, Verdana, Tahoma;
    color : #ffffff;
    font: 12pt;
     }

.header
{
    font-size: 20pt;
    color: #FF33CC;
}
    
    .four {
        font-size : 16pt;
    }
    .three {
        font-size : 12pt;
    }
    .two {
        font-size : 8pt;
    }
    .one 
    {
        font-size : 6pt;
    }
   
 .w700 
 {
     width : 700px;
     
 }
   
.video
{
    font-size: 15pt;
    color: #ffffff;
}

a:link {
    color: red;
      }
    
a:visited {
    color: red; }
    
a:hover 
{
   color: white;
   text-decoration: blink;

}
    
.p700 
{
    width : 1000px;
    font-size: 14pt; }
    


