@font-face {
 font-family:myFont;
 src: url("fonts/KIN668.TTF"); /* TTF file for CSS3 browsers */
}

table {
    border-collapse: separate;
    border-spacing: 0;
		position: absolute;
}
table, td {
    border: 1px solid white;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 0px;
}
#scoretable{
margin-right:auto;
width:30%;
}
body {
text-shadow: 1px 1px 2px black; /* Параметры тени */
font-size: 2em; /* Размер надписи */
color: White;
background-color: white;
font-family:myFont;

}
#visit_counter{
margin-left:95%;
margin-top:0%;
display: block;
position:absolute;
font-family:myFont;
font-size:24px ;
}
#green {
background-color: #34c924;
color: white;
font-weight:bold;
}
#gray {
background-color: #bbbbbb;
color: white;
font-weight:bold;
}
#gray:hover  #pink {
background-color: #ff47ca;
color: white;
}
#green:hover  #pink {
background-color: #ff47ca;
color: white;
}

#gray:hover  #blue {
background-color: #1560bd;
color: white;
}

#green:hover  #blue {
background-color: #1560bd;
color: white;
}
#green:hover,#gray:hover {
background-color: #08e8de;
}
#shoutbox {
position: absolute;
margin-left: 50%;
padding: 5% 0 0 0;
}


