/* A font size of 2 */
td,p
{ font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #FFFFFF; font-size: 13px }

/* A size 10px is like a font size 1 */
.small 
{font-size: 10px }

/* A size 16px is like a font size 3 */
.semilarge 
{font-size: 16px }

/* A size 18px is like a font size 4 */
.large 
{font-size: 18px }

/* Content pages stuff */
/* A size 24px is like a font size 5 */
.title
{font-size: 24px }

/* Used in header logo */
/* Somewhat bigger than a font size 6 */
.huge
{font-size: 29px }

/* Used in header logo */
/* A size 49px is like a font size 7 */
.titanic
{font-size: 49px }

/* Link Effects */
a:link { text-decoration: none}
a:hover 
{ color: #CCCCCC; text-decoration: none }
/* Do not have a:link underline because browser automatically underlines links */
a:visited 
{ text-decoration: underline }

/* For navigation menu */
.menu { color: #FFFFFF; text-decoration: none}

/* For links not available yet */
.dead { color: #CCCCCC; text-decoration: none}

/* For table borders: Not used */
.border { border: 1px solid #FFFFFF }