/* Modifications to the backrgound */
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');

#body {

     background: #395B84;

     background-repeat: no-repeat;

     color: #FBF5EF;

     font-family: "Forum";

     font-size: 24px;

}

/* Modifications to background colors */

#main_column {

    background: #354150;

}

#game_navigation { 

    background: #2f2f2f;
    height: 20px;
    margin: 0 0 -4px 0px;
    padding: 0;
    list-style-type: none;
    clear: both;
}

#game_frame {

   background: #354150 !important;

}



/* Modifications to messages */

div.message div.contents {

	border-left: 0px;

}

#discussion div.message.even {

    background: #cccccc !important;

}

#discussion div.message.odd {

    background: #aaaaaa !important;

}



/* Modifications to tables (Reviews and Downloads) */

table.listing tr.odd td {

	background: #cccccc;

}

table.listing tr.even:hover td, table.listing tr.odd:hover td {

	background: #444444

}

.small {

	color: #888888;

}

#discussion .authors{

	background: #71A446 !important;

}

a:link {
     color: #69A6F0 !important;
}

h1 {
     font-size: 38px;
}

#post_reply {

    background: #354150;

}