body {
	background-color: #bbe2ff;
	
}

.topnav {
	border-radius: 10px 10px 0 0;
    border-right: 1px solid rgba(2, 2, 2, 0.28);
    border-left: 1px solid rgba(2, 2, 2, 0.28);
    border-top: 1px solid rgba(250, 250, 250, 0.27);
    /* background-color: rgba(12, 12, 12, 0.06); */
    box-shadow: 0 0 5px rgba(1, 1, 1, 0.7);
    background-color: #FFF;
    color: #003e6a ;
}
.topnavrow {
	margin-top: 20px;
}
.maincontent {
	border-radius: 0px 0px 10px 10px;
	border-right: 1px solid rgba(2, 2, 2, 0.28);
    border-left: 1px solid rgba(2, 2, 2, 0.28);
    border-bottom: 1px solid rgba(250, 250, 250, 0.27);
    box-shadow: 0 0 5px rgba(1, 1, 1, 0.7);
    
    background-color: #003e6a;
    color: #FFF;
	
}

.panel-body {
    color: #333;
}

img.game {
    max-width:100%;
}

#main a:hover {
    color: white;
    font-style: underline;
    font-weight: bold;
}

#main a:link {
    color: white;
    font-weight: bold;
}

#main a:visited {
    color: white;
    font-weight: bold;
}

#main a:active {
    color: white;
    font-weight: bold;

}

#list a:hover {
    color: #555;
    font-weight: normal;
}

#list a:visited {
    font-weight: normal;
}

#list a:active {
    color:#555;
    font-weight: normal;

}