﻿/* Style the body - default pages style */
body
{
    background-color: #121212;
}

/* Style the alternative content */
.alternativecontent
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 1em;
    color: #ffffff;
    visibility: hidden;
}

/* Style the alternative content links */
.alternativecontent a
{
    color: #cccccc;
    font-weight: bold;
    font-style: italic;
}