* {
    color: black !important;
    -moz-border-radius: 0 !important;
}
a:link, a {
    color: royalblue !important;    
}
a:active {
    color: red !important;
}
a:visited {
    color: purple !important;
}
body {
    background: white !important;
}
div, table, td, h1, h2, h3, h4, h5, h6 {
    background: inherit !important;
}
input, select, textarea {
    padding: 5px !important;
    border: thin solid black !important;
    background-color: white !important;
    margin: 5px !important;
}
input:focus {
    background-color: red !important;
}
input[type='image'] {
    display: none !important;
}
img {
    display: none !important;
}
