/* 
    Document   : frontend
    Created on : 02/04/2012, 20:56:01
    Author     : Anderson
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
BODY{
	margin:0px;
	padding:150px 0 0 0;
	background-color:#4172AE;
	font-family: 'Mulish', sans-serif;
        color: #ffffff;
        font-size: 22px;
        text-align: center;
}
img{
    border: 0;
}
button{
    cursor: pointer;
}
a{
    text-decoration:none;
}
