body {
    background-color: #005b6f;
    margin: 0px;
}

a:link {
	text-decoration: none;
	color: #00c6e4;
}
a:visited {
	text-decoration: none;
	color: #00c6e4;
}

table {
	border-spacing: 0;
}

.titleHeader {
    margin-left: 0;
    font-family: Helvetica;
    background-color: #005b6f;
}

.seperator {
	background-color:#00c6e4;
	height:5px;
}

.mainSection {
	background-color:#008ca8;
}

.screenshot {
	width: 150px;
	height: 297px;
	
}

.lrgScreenshot {
	width: 291px;
	height: 578;
	
}

.lightText
{
	color:#00c6e4;
}

.descriptionText
{
	color:#00c6e4;
	font-size: 80%;
	font-weight:bold;
	
}

.copyright {
	color: #00c6e4; 
	font-family: tahoma,arial; 
	font-size: x-small;
	font-weight:bold;
}

