﻿body
{
    background-color: #1D1D1D;
    font-family: Arial;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    color: #BEBEBE;
}

img 
{
    border: 0;
}

a 
{
    text-decoration: none;
    border: 0;
}

a:active {
	color: yellow;
    border: 0;
	text-decoration: none;
}

a:link {
	color: white;
    border: 0;
	text-decoration: none;
}

a:visited
{
    color: #999999;
    border: 0;
    text-decoration: none;
}

a:focus {
	color: red;
    border: 0;
	text-decoration: none;
}

a:hover {
	color: red;
    border: 0;
	text-decoration: none;
}
