/* CSS STYLESHEET FOR MIRABAUD TEST DEVS - DEVS BY GRAFIT */ /* PAGE STRUCTURE */ body { font-family: arial; background-color: #717171; margin-left: 0px; margin-right: 0px; margin-top: 0px; } /* WELCOME */ .welcome { font-family: arial; font-size: 9px; font-weight: normal; text-align: left; color:#ffffff; } .welcome a:link { font-weight: normal; color:#ffffff; text-decoration: none; } .welcome a:visited { font-weight: normal; color:#ffffff; text-decoration: none; } .welcome a:hover { font-weight: normal; color:#9fbbe2; text-decoration: none; } .welcome_small { font-family: arial; font-size: 8px; font-weight: normal; text-align: left; color:#ffffff; } .welcome_small a:link { font-weight: normal; color:#ffffff; text-decoration: none; } .welcome_small a:visited { font-weight: normal; color:#ffffff; text-decoration: none; } .welcome_small a:hover { font-weight: normal; color:#9fbbe2; text-decoration: none; }