/*
 * emacs files stylesheet
 */
/* margin: top right bottom left */
body {
    margin:10px 2% 10px 2%;
    background-image:url('../assets/images/background.gif');
    background-repeat:repeat-y;
    color: #000000;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;       
}
a, a:link {
    color: #0033CC;
    text-decoration: none;
    font-weight:bold;
}
a:visited {
    color: #990099;
    text-decoration: none;
}
a:active, a:hover {
    color: #FF0000;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}
table.full {
    width: 100%;
}
table {
    border: 0px solid #000000;
    border-collapse: collapse;
    margin-top: 5px;
    margin-bottom: 5px;
}
td,th {
    padding: 2px;
    border: 0px solid #000000;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;       
}
thead,tbody {
    border-top: 0px solid #000000;
    border-bottom: 0px solid #000000;
}
