BODY { background-color:white; color:black }

/* -- FOR SIGN UP PAGES -- */
td.col1 { width:26%; text-align:right; white-space:nowrap; font: bold 83% Arial }
td.col2 { width:18%; text-align:right }
td.col3 { width:34% }
td.col23{ width:52%; text-align:center }

/* -- INTRODUCTED MEMBERS SECTION -- */
td.idn { width:16%; text-align:right; white-space:nowrap; font-weight:bold }
td.dat { width:28%; text-align:center; font: bold 83% Arial }

/* -- FOR LOGIN PAGES -- */
td.lgc1 { width:20%; text-align:right }
td.lgc2 { width:46%; text-align:center }
td.lgc3 { width:34%; white-space:nowrap }

/* -- FONT SETUP -- */
H2 { font-family:Arial; color:purple }
.b { color:blue }
.g { color:green }
span.r { color:red }
span.prem { color:#D9AD00 }
span.head { font: bold 150% "Times New Roman"}
span.star { font: 14pt "Times New Roman"; color:red }
A       { color: purple }
A.set2  { color: blue }
A.set3  { color: green }
A:link, A:visited, A:active { text-decoration:none }
A:hover { text-decoration:underline }
