a.button {
    text-decoration: none;
    font-weight: bold;
}

body {
    margin:0;
    padding:0;
    font-family: Arial;
    font-size:14px;
    background-image: url('../img/body.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

@font-face {
    font-family: 'MS_Recore_Corebot';
    src: url('/font/recore.ttf');
}

canvas {
    background-color: #fcf8f4;
    border: 1px solid #f0eee6;
    width: 100%;
}

.logo{
    width: 100%;
    max-width: 700px;
    padding-top: 20px;
}

.recore-container {
    position: relative;
    max-width: 640px;
    width: 90%;
    height: auto;
    margin: 50px auto;
    text-align: center;
    background: rgba(255,255,255,0.7);
    border: 3px solid #fff;
    padding: 20px 0;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
}

footer p{ margin-top: 20px; font-family: Tahoma;}

.txtContent
{
    width: 1000px;
    font-family:Arial; font-size:18px; color:#000;
    border:2px solid #3171ad;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding:10px;
    color:#3c556c; resize: none;
    overflow:hidden;
}

.txtContent:focus{outline-width:0;}

li {
    list-style: none;
}

#count {
    text-align: right;
    padding: 0 26px;
    font-weight: normal;
}
#count span {
    color:darkred;
    font-weight:bold;
}