/* Overriding common classes */

.under_construction {
	background-color: yellow;
}

body {
	background-color: black;
        margin: 0px;
}

p, td {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	text-align: justify;
	color: #787878;
}

a {
        text-decoration: none;
	color: #787878;
}

a:hover {
        color: white;
}
