body,td                 {
                        font-family: tahoma, arial, sans-serif;
                        font-size: 11px;
                        color: #555555;
                        margin: 0px;
                        padding: 0px;
                        }

td.content              {
                        padding-top: 20px;
                        padding-left: 30px;
                        padding-right: 40px;
                        padding-bottom: 10px;
                        }

a                       {
                        text-decoration: underline;
                        color: #000000;
                        }

a.menu                  {
                        text-decoration: none;
                        width:100px;
                        /*border-bottom: 1px #000000 solid;*/
                        margin-right: 20px;
                        }

.menua                  {
                        font-size: 1.1em;
                        font-weight: bold;
                        width: 100px;
                        margin-right: 20px;
                        color: #000000;
                        }

.bordered                {
                        border: 1px solid #000000;
                        }

.h5                     {
                        font-weight: bold;
                        font-size: 1.1em;
                        color: black;
                        }

a:hover                 {
                        text-decoration: none;
                        color: black;
                        }

a:visited               {
                        color: #333333;
                        }

hr                      {
                        color: #000000;
                        height: 1px;
                        }

