﻿/* Sample css for custom styling the Software Potential Manual Activation website */

body {
    font-family: Calibri, Arial, sans-serif;
    color: blue;
    font-size: 100%;
    background-color: red;
}

.page, .content {
    background-color: white;
}

.footer {
    font-size: 11px;
}

a:visited {
    color: #456;
}

.error_messages, .error_messages li {
    color: #f00;
}

a:link, h1, h2 {
    color: green; 
}

