body {
    background-color: #0C3050;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
    text-decoration: none;
    color: #FFFF00;
}
h1, h2 {
    margin-top: 0px;
    padding-top: 0px;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
a:link,
a:visited {
	color: #FFFF00;
	text-decoration: none;
}
a:hover,
a:active {
	color: #00E2E1; 
	text-decoration: underline;
}
a:link img,
a:visited img {
	border-color: #0C3050;
}
a:hover img,
a:active img { 
	border-color: #00E2E1;
}
.desc {
	font-size: 12px;
	line-height: 18px;
    padding: 0px 100px;
}
.footer {
	font-size: 10px;
}
.thumbsholder {
    padding: 33px 68px 0 68px;
}
.thumbnail {
    width: 50%;
    float: left;
}
.thumbnail a:link img,
.thumbnail a:visited img {
    border: 1px solid #1F3F67;
}
.thumbnail a:hover img,
.thumbnail a:active img {
	border: 1px solid #2A96F8; 
}
.whatsnew {
    float: left;
	font-size: 12px;
	line-height: 16px;
	margin: 5px 0;
    width: 250px;
}
.whatsnew a:link img,
.whatsnew a:visited img {
    border: 1px solid #2A96F8;
}
.whatsnew a:hover img,
.whatsnew a:active img {
	border: 1px solid #00E2E1; 
}

