<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
font-weight:normal;
background-color:#E4E0BD;
font-weight:bold;color:#663300;
}

#display_screenlayer
{
position:absolute;
width:98%;
height:98%;
visibility:hidden;
z-index:300;
}


#center_app
{
position: relative;
width: 1122px;
margin-left: auto;
margin-right: auto;
}

#display_container
{
position: absolute;
left:0px;
top:0px;
width:1122px;
height:678px;
background-image:url(background.gif);
}

#display_fps_screenlayer
{
position:absolute;
left:510px;
top:36px;
width:100px;
height:100px;
visibility:visible;
z-index:290;
}

#display_fps
{
position: absolute;
left:525px;
top:60px;
color:#663300;
font-style:normal;
font-size:60px;
}

#display_round
{
position: absolute;
left:509px;
top:155px;
color:#663300;
font-style:normal;
font-weight:bold;
font-size:30px;
}

#display_warning
{
position: absolute;
left:410px;
top:560px;
width:387px;
height:80px;
color:#663300;
font-style:normal;
font-size:30px;
z-index:110;
}


#display_game
{
position:absolute;
left:285px;
top:204px;
}

#display_gamemodes
{
position:absolute;
left:285px;
top:204px;
width:553px;
height:240px;
z-index:160;
}

#mode_easy
{
position:absolute;
left:0px;
top:0px;
width:157px;
height:240px;
background-image:url(easy_off.gif);
}

#mode_easy:hover
{
background-image:url(easy_on.gif);
cursor:pointer;
}

#mode_normal
{
position:absolute;
left:157px;
top:0px;
width:248px;
height:240px;
background-image:url(normal_off.gif);
}

#mode_normal:hover
{
background-image:url(normal_on.gif);
cursor:pointer;
}

#mode_hard
{
position:absolute;
left:405px;
top:0px;
width:148px;
height:240px;
background-image:url(hard_off.gif);
}
#mode_hard:hover
{
background-image:url(hard_on.gif);
cursor:pointer;
}

#display_resultcontainer
{
position: absolute;
left:10px;
top:200px;
width:262px;
height:317px;
background-image:url(background_results.gif);
visibility:hidden;
z-index:350;
}


#display_result
{
position: absolute;
left:14px;
top:56px;
color:#FFFFFF;
font-style:normal;
}



#display_instructions
{
position: absolute;
left:0px;
top:456px;
width:1122px;
height:193px;
background-image:url(text_blank.gif);
z-index:100;
}


#display_instructions
{
position: absolute;
left:0px;
top:456px;
width:1122px;
height:193px;
background-image:url(text_blank.gif);
z-index:100;
}

#mmcafe_menu
{
position: absolute;
left:944px;
top:40px;
height: 30px;
width: 160px;
z-index:125;
font-size: 14px;
color: #0C2245;
line-height: 30px;
text-align: left;
text-indent: 5px;
vertical-align: middle;
border-radius: 5px;
border: 2px solid #D2BA85;
background: #FFFDF4;
}

#menu_list
{
position: absolute;
left:4px;
top:5px;
height: 20px;
width: 152px;
font-size: 14px;
color: #663300;
text-align: left;
vertical-align: middle;
border-radius: 1px;
border: 1px solid #D2BA85;
background: #FFFFFF;
}

#lang_select
{
position: absolute;
left:1022px;
top:136px;
width:84px;
height:26px;
}

#mmcafe_title
{
position:absolute;
left:10px;
top:35px;
width:470px;
height:42px;
}

/* ----------- Legacy CSS, remove if needed */

a
{
    color:#669966;
    font-style:normal;
    text-decoration:underline;
}
a:link
{
    color:#669966;
    font-style:normal;
    text-decoration:underline;
}
a:visited
{
    color:#669966;
    text-decoration:underline;
}
a:hover
{
    color:#66cc66;
    font-style:normal;
    text-decoration:underline;
}
a:active{
    text-decoration:none;
}

</pre></body></html>