/* Default style sheet for imapproxy.org */

body {
  background: white;
  font-family: helvetica,arial,sans-serif;
  color: black;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0px;
}

div.top {
   background-color: white;
}

/* table */

table.menu {
   margin-left: auto;
   margin-right: auto;
   background-color: #1717f1;
   font-size: 22px;
   font-style: bold;
}

td.menu {
   border-top: 3px #bdbdf8 solid;
   border-bottom: 3px #3b3b76 solid;
   border-right: 3px #3b3b76 solid;
   border-left: 3px #bdbdf8 solid;
}

a.menu:link { 
   color: #ffffff;
   text-decoration: none;
}

a.menu:visited { 
   color: #ffffff;
   text-decoration: none;
}

a.menu:active {
   color: #ffffff;
   text-decoration: none;
}

