/* CSS Document */

.sometext1{
font-style:italic;
size: 40px;
color:#FF0000;
}
.forty {
color:#000000; 
font-family:Times New Roman, Times, serif; 
font-size:40px; 
font-weight:light;  
}
.forty_i {color:#000000; font-family:Times New Roman, Times, serif; font-style:italic; font-size:40px; font-weight:light;  }
.forty_h {color:#000000; font-family:Times New Roman, Times, serif; font-size:40px; font-weight:heavy;  }
.forty_rh {color:#933333; font-family:Times New Roman, Times, serif; font-size:40px; font-weight:heavy;  }
.forty_rhi {color:#933333; font-family:Times New Roman, Times, serif; font-style:italic; font-size:40px; font-weight:heavy;  }
.thirty {color:#000000; font-family:Times New Roman, Times, serif; font-size:30px; font-weight:light;  }
.thirty_i {color:#000000; font-family:Times New Roman, Times, serif; font-style:italic; font-size:30px; font-weight:light;  }
.thirty_h {color:#000000; font-family:Times New Roman, Times, serif; font-size:30px; font-weight:heavy;  }
.thirty_hi {color:#000000; font-family:Times New Roman, Times, serif; font-style:italic; font-size:30px; font-weight:heavy;  }
.thirty_r {color:#933333; font-family:Times New Roman, Times, serif; font-size:30px; font-weight:light;  }
.thirty_ri {color:#933333; font-family:Times New Roman, Times, serif; font-style:italic; font-size:30px; font-weight:light;  }
.thirty_rhi {color:#933333; font-family:Times New Roman, Times, serif; font-style:italic; font-size:30px; font-weight:heavy;  }
.twenty_ {color:#000000; font-family:Times New Roman, Times, serif; font-size:20px; font-weight:light;  }
.twenty_i {color:#000000; font-family:Times New Roman, Times, serif; font-style:italic; font-size:20px; font-weight:light;  }
.twenty_h {color:#000000; font-family:Times New Roman, Times, serif; font-size:20px; font-weight:heavy;  }
.twenty_hi {color:#000000; font-family:Times New Roman, Times, serif; font-style:italic; font-size:20px; font-weight:heavy;  }
.twenty_bh {color:#330099; font-family:Times New Roman, Times, serif; font-size:20px; font-weight:heavy;  }
.twenty_vh {color:#9600FF; font-family:Times New Roman, Times, serif; font-size:20px; font-weight:heavy;  }
.twenty_bhi {color:#330099; font-family:Times New Roman, Times, serif; font-style:italic; font-size:20px; font-weight:heavy;  }
.twenty_vhi {color:#9600FF; font-family:Times New Roman, Times, serif; font-style:italic; font-size:20px; font-weight:heavy;  }
.twenty_w {color:#ffffff; font-family:Times New Roman, Times, serif; font-size:20px; font-weight:light;  }
.twenty_r {color:#933333; font-family:Times New Roman, Times, serif;  font-size:20px; font-weight:heavy;  }

.sixteen_ {color:#000000; font-family:Times New Roman, Times, serif; font-size:16px; font-weight:light;  }
.sixteen_b {color:#330099; font-family:Times New Roman, Times, serif; font-size:16px; font-weight:light;  }
.sixteen_w {color:#ffffff; font-family:Times New Roman, Times, serif; font-size:16px; font-weight:light;  }

.sixteen_i {color:#000000; font-family:Times New Roman, Times, serif; font-style:italic; font-size:16px; font-weight:light;  }
.twelve_ {color:#000000; font-family:Times New Roman, Times, serif; font-size:12px; font-weight:light;  }
.twelve_r {color:#993333 font-family:Times New Roman, Times, serif; font-size:12px; font-weight:light;  }
.twelve_i {color:#000000; font-family:Times New Roman, Times, serif; font-style:italic; font-size:12px; font-weight:light;  }
.ten {color:#000000; font-family:Times New Roman, Times, serif; font-size:10px; font-weight:light;  }
.ten_i {color:#000000; font-family:Times New Roman, Times, serif; font-style:italic; font-size:10px; font-weight:light;  }

.HR {
    height:3px;
    width:40%;
    background:#000000; 
   }
   
.HR1 {
    height:5px;
    width:95%;
    background:#446791; 
   }


