body {
background: #FFFFFF;
color: #000000;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
padding: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

div {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
}

.error-code {
        background-image: url('/img/red-circle.gif');
        font-size: 25pt;
        text-align: center;
        text-transform: uppercase;
		letter-spacing: 1px;
}

.red {
        font-size: 25pt;
        background: red;
        display: inline;
        color:#FFFFFF;
}

.blue {
        font-size: 25pt;
        background: blue;
        display: inline;
        color:#FFFFFF;
}

a:link {
color: blue;
text-decoration:underline;
}
a:visited {
color: blue;
text-decoration:underline;
}
a:hover {
color: gray;
text-decoration: none; 
}
a:active {
color: gray;
text-decoration: none; 
}

