﻿body {
}
a {
    color: #0E5BB3;
}
 a:hover {
        color: #666;
        text-decoration: none;
    }

    a:focus {
        color: #990000;
        text-decoration: none;
        border: 0px !important;
    }

body {
    font-family: Arial, sans-serif;
    /*font-size: 12px;*/
    color: #333333;
    background-color: #fff;
}

hr {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
}


.imagelinks {
    color: #0E5BB3;
    font-family: Arial;
    text-decoration:underline;
}
.pairedlinks {
    color: #0E5BB3;
    font-family: Arial;
}

.headings {
    font-family: Arial;
}

.values {
    font-family: Arial;
    font-weight: bold;
}

.error {
    color: red;
    font-family: Arial;
}
.success {
    color: green;
    font-family: Arial;
 }

