STYLES.CSS -- Style Sheet for Michael Bolton's Web Site. 

BODY
{
    margin-top:     20px ;
    margin-left:    15px ;
    margin-right:   20px ;
}


H1 
{   
    font-family:    Arial ;  
    font-size:      20pt;
    font-weight:    bold ;
    font-style:     italic ;
}


H2 
{  
    font-family:    "Times New Roman", Times, serif;
    font-weight:    normal;
    font-style:     italic ;
    font-size:      12pt;
}

H3 
{
	font-family:    Arial;
	font-size:      14pt;
	font-style:     normal;
	font-weight: bold;

}
      
HR 
{   
    color:          #FF0000 ;
    height:         5px;
    width:          100%
}

      
      body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
}

