body { font-family: Verdana, Arial, Helvetica, sans-serif; color: ; background-color: #7782FF } body.nav { font-family: Verdona, Arial, Helvetica, sans-serif; color: ; background-color: #7782FF } body.disp { font-family: Verdona, Arial, Helvetica, sans-serif; color: ; background-color: #F1FFFF } a { text-decoration: none; } a:hover { color: gold; font-weight: bold; }
.wrapperTable { width: 100%; height: 100%; background-color: #7782FF} .fullHeight { height: 100%; } .fullWidth { width: 100%; } .fullWidthHeight { width: 100%; height: 100%; }
.fullHeightNav { height: 100%; background-color: #7782FF } .fullWidthNav { width: 100%; background-color: #7782FF} .fullWidthHeightNav { width: 100%; height: 100%; background-color: #7782FF }
.fullHeightDisp { height: 100%; background-color: #F1FFFF } .fullWidthDisp { width: 100%; background-color: #F1FFFF } .fullWidthHeightDisp { width: 100%; height: 100%; background-color: #F1FFFF }
.tblNavBkg { background-color: #7782FF } .tblDispBkg { background-color: #F1FFFF } .lnkNavClr { color: #D1FFFA } .lnkDispClr { color: #eeeeff; } .lnkDirClr { color: white; }
.large { font-size: large; } .xlarge { font-size: x-large; }
|