body { color: black; background-color: black; }
p {}
td {}
a:link { color: white; }
a:visited { color: white; }
a:hover { color: purple }
a:active { color: red }
.text1 { color: yellow; font-size: 22px; font-weight: bold; }
.text2 { color: white; font-size: 18px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; }
.text3 { color: white; font-size: 14px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; }

