body{
	font-family:Verdana ;
	margin:0px;
    background-color:#EEEEEE;
}

#page_header{
	border-bottom:3px solid #222277;
	text-align:center;
    
    background: rgb(74,69,162);
    background: linear-gradient(0deg, rgba(74,69,162,1) 0%, rgba(62,132,235,1) 100%);
}
#page_header .logo{
    margin-top:8px;    
}
#page_content{
}
#page_menu{
	text-align:center;
	padding:8px;
	margin:8px;
    margin-top:0px;
	background-color:#FFFFFF;
	border: 1px solid #CCDDCC;
}
#community_notice{
    text-align:center;
	padding:8px;
    color:#999999;
    font-weight:normal;
}
#community_notice a{
     color:#009900;   
     font-weight:bold;
}

#page_menu a{
    color:#DD2222;    
}
#page_menu a:hover{
    color:#FF4444;    
}

#page_copyright{
    padding:20px;
    text-align:center;
    font-size:70%;
    font-weight:bold;   
    color:#AAAAAA; 
}
table td, table th{
	padding:8px;
}

table .username{
	text-align:left;
}

table th.rating{
	background-color:#CCAAAA;
	border-left:2px solid #BB9999;
}

table td.rating{
	background-color:#FFEEEE;
	border-left:2px solid #EEDDDD;
}

a{
	text-decoration:none;
    font-weight:bold;
	color:rgba(94,89,192);
}

a:hover{
	color:#AAAAEE;
}

a img{
	border:none;
}


table th{text-align:center;}
table th:nth-child(1){text-align:left;}
table td{text-align:center;}
table td:nth-child(1){text-align:left;}