html, body {
   background: #fff;
   color: #000;
}

a:link {
   background: #fff;
   color: #037;
}

a:visited {
   background: #fff;
   color: #636;
}

a.plain {
   background: #fff;
   color: #000;
}

table, tr, td, img {
    border-width: 0px;
    margin: 0px;
}

table.center {
    margin-left:auto; 
    margin-right:auto;
}

img.small {
   border-style: solid;
   margin: 10px;
}

img.big {
   border-style: solid;
   margin: 20px;
}

img.icon {
    clear: both;
    padding-bottom: 20px;
}

img.left {
    float: left;
    clear: left;
}

img.right {
    float: right;
    clear: right;
}

img.vmiddle {
    vertical-align: middle;
}

hr {
    clear: both;
}

.warning {
    background: #fff;
    color: red;
}

div.img {
    text-align: center;
}

div.title {
    text-align: center;
}

div.footer {
    text-align: center;
}

p.center {
    text-align: center;
}

.small {
    font-size: small;
}

