/*
 This file contains specific styling information for the homepage.
 */
 
/* normal paragraph styles */
.content h1, .content h2, .content h3, .content h4, .content h5 { 
    color: #ccc;
}

.content * {
    color: #fff;
}

.content a:link, .content a:visited {
	color: #999;
	text-decoration: none;
}

.content a:active, .content a:hover {
	color: #09f;
	text-decoration: none;
}

td.content.contentBackground {
    background: #041c54;
}