
.font1 { font-size: 75%; line-height: 125% }
.font2   { color: #555; font-size: 80%; line-height: 125% }
.fontS { color: gray; font-size: 80%; margin-left: 10px }
.fontQ { color: red; font-size: 110%; line-height: 125% }
.fontA { color: blue; font-size: 110%; line-height: 125% }
.fontT  { color: #009; font-size: 110%; line-height: 125% }
.fontErr { color: red; font-size: 80% }
a:link { color: teal; text-decoration: none }
a:visited { color: teal; text-decoration: none }
a:hover { color: teal; text-decoration: underline }
a:active { color: teal; text-decoration: underline }
.marginALL { margin: 10px }
.marginTB { margin-top: 10px; margin-bottom: 10px }
.marginLR { margin-right: 10px; margin-left: 10px }
.marginT { margin-top: 10px }
.marginB { margin-bottom: 10px }
.marginL { margin-left: 10px }
.marginR { margin-right: 10px }
