﻿body { background-color: #000000;
       text-align: right;
       color: Red;
       margin-top: 10px;
}

#Enter { text-align: center;
         margin-left: 45%;
         margin-right: 45%;
}

a:link { color: Red; }
a:hover { color: Red; }
a:visited { color: Red; }



#Enter a { padding: 5px 15px 5px 15px;
           background-color: #1A1A1A;
           text-decoration: none;
           display: block;
           width: 100%;
           border-style: solid;
           border-color: #4E4E4E;
           border-width: 2px;
}

