﻿.normal
{     
        font-family:Verdana;
        font-size:10px;
         color: black;
         font-style:normal;
         text-indent:15px;
    }
    
.italic  
    {
        font-family:Verdana;
        font-size:10px;
         color: black;
        font-style:italic;
        
    }
    
.redtext
    {     
        font-family:Verdana;
        font-size:10px;
         color: red;
         font-style:normal;
    }
    
.bluetitle
    {     
        font-family:Verdana;
         color: blue;
         font-style:normal;
         font-weight:bold;
         font-size:large;
         
    }
    .indent
    {
      text-indent:25px;
       
    }
    

    