body, html {
	margin:0;
	padding:0;
	background:#000000;
	color:#ffffff;
	font-family: sans-serif;
}

a img { 
    border-style:none; 
}	

p {
	padding:0 0 0 25px;
}

p.heading {
	padding:0 0 0 15px;
    font-size: 20pt;
    font-weight: bold;
}

div.grey_box {
    margin-top: 5px;
    width: 100%;
    height: 625px; 
    background: #888888;
}

div.medblue_box {
    margin-top: 5px;
    width: 100%;
    height: 625px; 
    background: #7799ff;
}

div.medgreen_box {
    margin-top: 5px;
    width: 100%;
    height: 625px; 
    background: #77dd77;
}

div.orange_box {
    margin-top: 5px;
    width: 100%;
    height: 625px; 
    background: #ffbb55;
}

div.bluegrey_box {
    margin-top: 5px;
    width: 100%;
    height: 625px; 
    background: #777799;
}

div.orangegrey_box {
    margin-top: 5px;
    width: 100%;
    height: 625px; 
    background: #887755;
}

div.greengrey_box {
    margin-top: 5px;
    width: 100%;
    height: 625px; 
    background: #668877;
}