.tiny_text { font-size: 10px; }
.small_text { font-size: 11px; }
.medium_text { font-size: 12px; }
.large_text { font-size: 13px; }

.grey_text { color: #b0b0b0; }
.black_text { color: black; }
.white_text { color: white; }
.red_text { color: red; }
.bold_text { font-weight: bold; }
.normal_text { font-weight: normal; }
.italic_text { font-style: italic; }
.shadow_text { text-shadow: 1px Black; }
.underline_text { text-decoration: underline; }

.visible { display: block; }
.hidden { display: none; }

LI.square { list-style-type : square; }
LI.circle { list-style-type : circle; }

.font_arial { font-family: Arial, Arial CE; }
.font_tahoma { font-family: Tahoma, Tahoma CE; }
.font_verdana { font-family: Verdana, Verdana CE; }

.cursor_hand { cursor: hand; }
