body {
    margin: 0 auto;
    padding: 0;
    font-family: Verdana,Tahoma,Arial,sans-serif;
    background: #ffffff;
    font-size: 0.7em;
}

table {
}

#meenu {
    width: 130px;
    margin: 0 0 10px 10px;
    padding: 0;
    font-size: 0.7em;
}

#meenu ul { 
    list-style: none;
    width: 130px;
    margin: 0 0 20px 0;
    padding: 0;
}   

#meenu li {
    margin-bottom: 5px;
}

#meenu li a.products {
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 6px 0 6px 10px;
    color: #ffeccd;
    background: #000000;
    border-left: 4px solid #000000;
}   
    
#meenu li a.beatmonitor {
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 6px 0 6px 10px;
    color: #ffeccd;
    background: #000000;
    border-left: 4px solid #000000;
    margin-left: 13px;
}   
    
#meenu li a.beatcounter {
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 6px 0 6px 10px;
    color: #ffeccd;
    background: #000000;
    border-left: 4px solid #000000;
    margin-left: 13px;
}   
    
#meenu li a.order {
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 6px 0 6px 10px;
    color: #ffeccd;
    background: #000000;
    border-left: 4px solid #000000;
}   
    
#meenu li a.developer {
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 6px 0 6px 10px;
    color: #ffeccd;
    background: #000000;
    border-left: 4px solid #000000;
}   
    
#meenu li a.support {
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 6px 0 6px 10px;
    color: #ffeccd;
    background: #000000;
    border-left: 4px solid #000000;
}   
    
#meenu li a.contact {
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 6px 0 6px 10px;
    color: #ffeccd;
    background: #000000;
    border-left: 4px solid #000000;
}   
    

#meenu li a:hover {
    background: #ffeccd;
    color: #804f00;
    border-left: 4px solid #b87200;
}

#news {
    font-size: 0.8em;
}

#news td {
    text-align: justify;
    background: #DDDDDD;
    padding: 5px;
    font-size: 0.8em;
}    

#contents {
    font-size: 0.8em;
}

#contents td {
    font-size: 0.8em;
}

h2 {
    color: #440033;
}

#extras {
float: right;
width: 100px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}