﻿a:active, a:link, a:visited, a:hover {
    color: white;
    text-decoration: none;
}

.ErrorMessage {
    font-family: Helvetica,Arial,Geneva,sans-serif;
    font-size: 3.5em;
    color: white;
    text-align: center;
}

.RestoreLink {
    font-family: Helvetica,Arial,Geneva,sans-serif;
    font-size: 2em;
    text-decoration: underline;
    color: white;
}

.ErrorContainer {
    width: 700px;
    margin: auto;
    padding: 20px;
    color: white;
    text-align: center;
}

h1, h2 {
    text-shadow: none;
}