
/* HTML tag definitions */
body,td,p,div{font-family:Arial,sans-serif;font-size:13px;}/*default text size*/
a{color:#000000;}


/* text size */
.t1{font-size:10px;}
.t2{font-size:13px;}
.t3{font-size:16px;}
.t4{font-size:18px;}
.t5{font-size:24px;}


/* colour */
.L{color:#FFFFFF;}
.F{color:#CCCCCC;}
.Lmn{color:#FF0099;}
.B{color:#006699;}


/* -------------- combinations -------------- */
.t1L,.t1L a{font-size:10px;color:#FFFFFF;}
.t2L,.t2L a{font-size:13px;color:#FFFFFF;}
.t3L,.t3L a{font-size:16px;color:#FFFFFF;}
.t4L,.t4L a{font-size:18px;color:#FFFFFF;}
.t5L,.t5L a{font-size:24px;color:#FFFFFF;}

.t1F{font-size:10px;color:#CCCCCC;}
.t2F{font-size:13px;color:#CCCCCC;}
.t3F{font-size:16px;color:#CCCCCC;}
.t4F{font-size:18px;color:#CCCCCC;}
.t5F{font-size:24px;color:#CCCCCC;}

.t1Lmn,.t1Lmn a{font-size:10px;color:#FF0099;}
.t2Lmn,.t2Lmn a{font-size:13px;color:#FF0099;}
.t3Lmn,.t3Lmn a{font-size:16px;color:#FF0099;}
.t4Lmn,.t4Lmn a{font-size:18px;color:#FF0099;}
.t5Lmn,.t5Lmn a{font-size:24px;color:#FF0099;}


/* -------------- named elements -------------- */
.nounder,.nounder a{text-decoration:none;}

