
body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Open Sans', arial, sans-serif;
    background-color: black;
    color:white;
}


.widget_title {
    color: red;
    font-size: 24px;
}


.widget_contents {
    font-size: 24px;
}


.data {
    text-align: right;   
}


a {
    font-size: 24px;
    color: white;
}


a:link, a:visited {
    font-size: 20px;
    background-color: black;
    color: aqua;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a:hover, a:active {
    background-color: red;
}
