﻿:link { 
    color: #CD3030;
    text-decoration: none
}

:visited {
    color: #660000;
    text-decoration: none
}

a:active {
    color: #FFCCCC;
    text-decoration: none
} 

a:hover {
    color: #FFCCCC;
    text-decoration: none
}

body {
    color: white; background: black;
    margin-right: 0em;
    margin-left: 0em;
    margin-top: 0em;
    margin-bottom: 0em;
}

img {
    behavior: url("pngtrans.htc");
}
