@charset "utf-8";

.red {
 color: red;
}
 
.bolditalic {
 font-weight: bold;
 font-style: italic;
}
 
.bold {
 font-weight: bold;
}
 
.boldcenter {
 font-weight: bold;
 text-align: center;
}
 
.center {
 text-align: center;
}
 
.italic {
      font-style: italic;
}
 
.smtext {
 color: #000000;
 font-size: 11px;
} 
 
a.smlink{
 font-size: 11px;
}


