﻿body {font-family: Comic Sans MS;}
       
  .title
        {   
            text-align: center;
            font-size: large;
            font-style:italic;
            color:darkblue;
            font-weight:bolder;
        }
         .header
         {
            font-size:medium;
            font-weight:bold;
            color:darkslateblue
             
         }
        .page
         {
             font-size: small; 
             font-weight: normal; 
             font-style: normal; 
             color: #000000;
             list-style-type: disc;
        }
        .video
        {
            float: right;
            margin: 4 px;
        }
