﻿.style1 {
	   text-align:center;
	   font-weight:normal;
	   
   }
.style2 {
	   text-align:center;
	   font-weight: bold;
	   font-style: italic;
	   font-size:xx-large;
	   color:white;
	   
   }
.style3 {
	   text-align:center;
	   font-weight: bold;
	   color:white;
	   font-size:x-large;
	   
   }
.style4 {
	   text-align:center;
	   font-weight: bold;
	   color:white;
	   font-size:small;
	}
.style5 {
	   text-align:center;
	   font-weight: bold;
	   color:white;
	   font-size:large;
	}
.style6 {
	   text-align:left;
	   font-weight:normal;
    }
.style7 {
	   text-align:center;
	   font-weight: bold;
	   font-style: italic;
	   font-size:xx-large;
	   color:red;
	   
   }