﻿


p em { font-weight: 200 } 
     p.ex1 {
                 color: green;       /* This type of heading MUST be Green and Large! */
                 line-height: 50px; 
                 font-size: 20px } 


p em { font-weight: 200} 
     p.ex2 {
                 color: orange;       /* This type of heading MUST be Green and Large! */
                 line-height: 50px; 
                 font-size: 20px } 

p em { font-weight: 400} 
     p.ex3 { font-family: sans-serif;
                 color: #357EC7;       /* This type of heading MUST be Green and Large! */
                 line-height: 17px; 
                 font-size: 17px 
	  
} 

.highlight {color:green;  font-family: sans-serif;font-size: large; font-weight: 200;  text-decoration: none;  }

.highlight1 {color:white;  font-family: sans-serif;font-size: large; font-weight: 600;  text-decoration: none;  }



