/* 
    Document   : common
    Created on : 20-apr-2010, 20.52.15
    Author     : Domenico Campagnolo
    Description:
        Purpose of the stylesheet follows.
*/

*{
    font-family: arial;
    font-size: 12px;
}

.center{
    position: absolute;
    top: 50%;
    left: 50%;
}

a{
    color: #ffffff;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}