/* this is a multi-line comment */

/* default text color */
.defText{ color: #000000;
           font-family: Arial, Times New Roman; 
           font-size: 12pt;
           text-align: left;
         }

.def2Text{ color: #0099FF;
           font-family: Arial, Verdana, Arial, Times New Roman; 
           font-size: 14pt;
           text-align: left;
         }

.sorryText{ color: #0099FF;
            font-family: Times New Roman;
            font-size: 18pt;
            font-style: italic;
            font-weight: bold;
            text-align: center;
          }

.userFormText{ color: #000000;
               font-family: Times New Roman;
               font-size: 12pt;
             }

.titleText{ color: #0099FF;
            text-align: center;
            font-family: Brush Script MT, Vivaldi, Callisto MT, Script MT Bold, Times New Roman;
            font-size: 30pt;
            font-style: italic;
            font-weight: bold;
          }

.back2topText{ color: #0099FF;
               text-align: center;
               font-weight: bold;
               font-family: Verdana;
               font-size: 10pt;
             }

/* background when graphic is used */
body { background-color: #FFFFFF }


/* unvisited link */
a:link { color: #0099ff; text-decoration: none; }

/* visited link */
a:visited { color: "#909090"; text-decoration: none; }

/* hover link */
a:hover  { color: "#ff9966"; text-decoration: none; }