* { margin: 0; padding: 0; border: 0; }
body {
     background: #000;
     text-align: center;
}
#mainSectore {
     margin: 40px auto 20px;
}
#toPortal a {
     font: bold 20px Trebuchet ms;
     color: #990000;
     text-decoration: none;
}
#toPortal a:hover {
     color: #bb0000;
     text-decoration: none;
}