﻿body {
    color: #bcbcbc;
    font-family: Arial, Verdana, Tahoma, Sans-Serif;
    font-size: 12px;
    background-color: #242424;
    /*... more in main.css*/
}

/*Reset*/
img{border:none;}
table,table tr,table tr td{border:none;border-collapse:collapse;margin:0;padding:0;}
:focus{outline:0;}

/*All*/
div, span, p, a, td, h1, h2, h3, h4, h5, h6 {}

/*Text*/
div, span, p, a, td {}

/*Headers*/
h1, h2, h3, h4, h5, h6 {}

/*Seperate*/
div			{}
span		{}
p			{}
a			{color: #c4009d;text-decoration:none;}
a:hover		{color: #acacac;}
td			{}
h1			{}
h2			{}
h3			{}
h4			{}
h5			{}
h6			{}

/*Advanced seperate*/
pre {
    font-family: "Courier New", Courier, Monospace;
    margin: 3px 0 3px 0;
    white-space: normal;
    color: #00C0FF;
}