.bold {
font-weight: bold;
}
.italic {
font-style: italic;
}
.imgLeft {
float: left;
}
.imgRight {
float: right;
}
.textCenter {
text-align: center;
}
.textLeft {
text-align: left;
}
.textRight {
text-align: right;
}
.clear {
clear: both;
}
a:link {color: #000000; 
text-decoration: none;}     /* unvisited link */
a:visited {color: #000000;
text-decoration: none;}  /* visited link */
a:hover {color: #000000;
text-decoration: underline;}   /* mouse over link */
a:active {color: #000000;
text-decoration: none;}   /* selected link */