/* WebLog CSS */

#blog input,select,option,button {
   font-size:11px;
}


.blog-large {
   font-family: Arial, Verdana;
   font-size: 15px;
   font-style: normal;
   font-weight: bold;
   color: #333333
}

.blog-normal {
   font-family: Arial, Verdana;
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   color: #333333

}

.blog-small {
   font-family: Arial, Verdana;
   font-size: 11px;
   font-style: normal;
   font-weight: normal;
   color: #666666
}