/* stylesheet for album reviews */

td { font-family: verdana, tahoma, arial; font-size: 12px; color: black; }
#txt { font-family: verdana, tahoma, arial; font-size: 12px; color: black; text-align: justify; }
#error { font-family: courier new; font-size: 12px; color: darkred; }
#txtSmall { font-family: verdana, tahoma, arial; font-size: 10px; color: black; }
#textBold { font-family: verdana, tahoma, arial; font-size: 12px; color: black; font-weight: bold; }
#whiteTitle { font-weight: bold; text-align: center; font-family: tahoma, arial; font-size: 14px; font-style: italics; color: white; }

.txt { font-family: verdana, tahoma, arial, helvetica; font-size: 12px; color: black; text-align: justify; }
.error { font-family: courier new, helvetica; font-size: 12px; color: darkred; }
.txtSmall { font-family: verdana, tahoma, arial, helvetica; font-size: 10px; color: black; }
.textBold { font-family: verdana, tahoma, arial, helvetica; font-size: 12px; color: black; font-weight: bold; }
.whiteTitle { font-weight: bold; text-align: center; font-family: tahoma, arial, helvetica; font-size: 14px; font-style: italics; color: white; }

.button { font-weight: bold; text-align: center; font-family: tahoma, arial, helvetica; font-size: 12px; font-style: italics; color: white; background-color:navy; border-width:none; border-style:solid;border-color:black; }
.formText { border-style:solid; }

/* links */

a:link { font-family: verdana, tahoma, arial; font-size: 12px; color: black; text-decoration: none; }
a:active { font-family: verdana, tahoma, arial; font-size: 12px; color: black; text-decoration: none; }
a:visited { font-family: verdana, tahoma, arial; font-size: 12px; color: #a6a6a6; text-decoration: none; }
a:hover { font-family: verdana, tahoma, arial; font-size: 12px; color: Navy; text-decoration: underline; }

a.normal:link { font-family: verdana, tahoma, arial, helvetica; font-size: 11px; color: black; text-decoration:underline; }
a.normal:visited { font-family: verdana, tahoma, arial, helvetica; font-size: 11px; color: #00458a; text-decoration:underline;}

.listLink:link { font-family: verdana, tahoma, arial; font-size: 12px; color: black; text-decoration: none; }
.listLink:active { font-family: verdana, tahoma, arial; font-size: 12px; color: black; text-decoration: none; }
.listLink:visited { font-family: verdana, tahoma, arial; font-size: 12px; color: #a9a9a9; text-decoration: none; }
.listLink:hover { font-family: verdana, tahoma, arial; font-size: 12px; color: black; text-decoration: underline; }

.listLinkU:link { font-family: verdana, tahoma, arial; font-size: 12px; color: black; text-decoration: underline; }
.listLinkU:active { font-family: verdana, tahoma, arial; font-size: 12px; color: black; text-decoration: underline; }
.listLinkU:visited { font-family: verdana, tahoma, arial; font-size: 12px; color: #a9a9a9; text-decoration: underline; }
.listLinkU:hover { font-family: verdana, tahoma, arial; font-size: 12px; color: black; text-decoration: none; }

.smallListLink:link { font-family: verdana, tahoma, arial; font-size: 10px; color: black; text-decoration: none; }
.smallListLink:active { font-family: verdana, tahoma, arial; font-size: 10px; color: black; text-decoration: none; }
.smallListLink:visited { font-family: verdana, tahoma, arial; font-size: 10px; color: #707070; text-decoration: none; }
.smallListLink:hover { font-family: verdana, tahoma, arial; font-size: 10px; color: black; text-decoration: underline; }

.smallLink:link { letter-spacing: 0.3em; font-family: verdana, tahoma, arial; font-size: 13px; color: black; text-decoration: none; font-weight: bold; }
.smallLink:active { letter-spacing: 0.3em; font-family: verdana, tahoma, arial; font-size: 13px; color: black; text-decoration: none; font-weight: bold; }
.smallLink:visited { letter-spacing: 0.3em; font-family: verdana, tahoma, arial; font-size: 13px; color: #a6a6a6; text-decoration: none; font-weight: bold; }
.smallLink:hover { letter-spacing: 0.3em; font-family: verdana, tahoma, arial; font-size: 13px; color: #666666; text-decoration: underline; font-weight: bold; }

.whiteLink:link { font-family: verdana, tahoma, arial; font-size: 12px; color: white; text-decoration: none; }
.whiteLink:active { font-family: verdana, tahoma, arial; font-size: 12px; color: white; text-decoration: none; }
.whiteLink:visited { font-family: verdana, tahoma, arial; font-size: 12px; color: #a6a6a6; text-decoration: none; }
.whiteLink:hover { font-family: verdana, tahoma, arial; font-size: 12px; color: white; text-decoration: underline; }

