
.f1	{
  font-size : 120%;
  color : green;
  font-weight : bold;
}

.f2{
  font-size : 110%;
  color : navy;
  margin-left : 5px;
  border-left-width : 15px;
  border-left-style : solid;
  border-left-color : navy;
  padding-left : 10px;
}

.f3	{
  color : navy;
  font-weight : bold;
}

.font{
  font-size : 90%;
  font-weight : normal;
  line-height : 160%; 
  margin : 10px;
  width : 680px;
}

h2{
  font-weight : normal;
  font-size : 14px;
  color : red;
  float : left;
  margin-left : 10px;
  text-align : right;
  width : 210px;
}

.con div{
  margin-left : 250px;
  border-left:solid 4px #ff7f00;
  padding-left:10px; 
  line-height : 120%;
}

p{
  font-size : 90%;
  margin : 5px;
} 
