/*
    MFAPSL.COM
	style.css
	INFO@MFAPSL.COM
*/

body{
    background: #000;
    color: #DDD;
    font-family: 'Helvetica', 'Lucida Grande', 'Arial', sans-serif;
}

div#titolo{
    color: #DDD;
    font-family: 'Helvetica', 'Lucida Grande', 'Arial', sans-serif;
    font-size: 100%;
}

tr{
    display: inline-block;
    color: white;
    font-weight: 700;
    max-width: 980px;
    text-decoration: none;
    padding: .5em 2em;
    outline: none;
    border: 2px solid;
    border-radius: 1px;
    transition: 0.2s;
    display: block;
    
}
tr:hover { background: rgba(255,255,255,.2); }
tr:active { background: white; }
