.highlight 
{ 
     background-color:#ffff00;
     color:red;
}

.emphasize 
{ 
  font-weight:bold; font-style:italic; 
}

.bold-border 
{ 
  border:2px solid #ff0000; 
  width: 300px; 
  text-align:center; 
}

h1 { }  
h2 { } 