/* link_text, style for list of links */
.link_text              { font: normal 10pt/12pt tahoma, arial, sans-serif; }

.link_text  a:link      { color: #0000CC; font-weight: normal; text-decoration: none; }
.link_text  a:visited   { color: #0000CC; font-weight: normal; text-decoration: none; }
.link_text  a:hover     { color: #FF5500; font-weight: normal; text-decoration: underline; }

/* link_type, style for Link Type text */
.link_type              { color: green; font-size: 8pt; }

/* link_expiry, style for Link Expiry text */
.link_expiry            { color: red;   font-size: 8pt; }

/* category_text, style for list of categories */
.category_text          { font: normal  8pt/12pt tahoma, arial, sans-serif; text-align: center; }

.category_text  a:link      { color: #0000CC; font-weight: normal; text-decoration: underline; }
.category_text  a:visited   { color: #0000CC; font-weight: normal; text-decoration: underline; }
.category_text  a:hover     { color: #FF5500; font-weight: normal; text-decoration: underline; }

/* form_text, style for forms */
#messages               { font: 8pt/10pt tahoma, serif; color: blue; }
.form_text              { font: normal  8pt/10pt tahoma, arial, sans-serif; }
.form_text_small        { font: normal  8pt/10pt tahoma, arial, sans-serif; }
