body { 
    font-family: "Open Sans",Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: 400;
	margin: 0px;
    padding: 0px;
    width: auto;
	background-color: white;
}
h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	margin-bottom: 8px;
	text-transform: uppercase;
	color: #acacac;
}
p {
    margin: 0px;
    padding: 0px;
    width: auto;
}
.alert {
    color: red;
}
.newstext {
    font-size: small; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    color: black;
}
.bodytext, .row1, .row2, .row3 {
    font-size: small; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    color: #666666;
}
.row1 {
    background-color: #f6f5f3; 
}
.row2 {
    background-color: #d6d5d3;
}
.row3 {
    background-color: #b6b5b3;
}
.tagline {
	font-size: small;
	font-weight: 400;
	text-align: left;
	color: orange;
}
.copyright {  
    font-size: small; 
    font-style: normal; 
    line-height: normal; 
    font-weight: normal; 
    text-transform: none;
	text-align: right;
}
.copyright a:link, .copyright a:visited, .copyright a:hover, .copyright a:active {
    text-decoration: none;
    color: #00aef0;
}

input, select, optgroup {
	font-family: "Open Sans",Verdana, Arial, Helvetica, sans-serif; 
	font-size: small;
}
.outer {
    background-color: #ffffff;
    padding: 2px;
	color: #acacac;
}
.footer_cornered {
    width: 988px;
    height: 0px;
	color: #363636;
    border-bottom: 12px solid;
	border-left: 12px solid transparent;
}
.footer_main {
    width: 968px;
    height: 130px;
    background-color: #363636;
	color: #acacac;
    padding-left: 24px; 
	padding-right: 8px;
	font-size: small;
	font-weight: normal;
	vertical-align: top;
}
.footer_logo {
	background-image: url(../images/logo_gamedevmap.png);
	width: 166px;
	height: 19px;
	margin-left: 0px;
	margin-right: 8px;
	background-repeat: no-repeat;
	float: left;
}
a:link, a:visited, a:hover, a:active {
    color: #00aef0;
    padding: 2px;
	font-weight: 800;
	text-decoration: none;
}