/*
    Theme Name: matt temp. page
    Version: 0.4
    Author: Matt
    Author URL: http://mattmohd.com
*/

body {
    color: #222;
    font-size: 87.5%; /* Base font size is 14px */
    font-family: Arial, 'Lucida Sans Unicode';
    line-height: 1.5;
}

.content {
    margin: 250px auto 80px;
}

.content p {
    font-size:30px;
    text-align: center;
    line-height: 10px;
}

.footer {
   margin : 0 auto;
}

.footer p{
    font-size: 85%;
    color : #333;
    text-align: center;
}

.footer p a:link,
.footer p a:visited {
    color : #4099FF;
    text-decoration: none;
}

.footer p a:hover {
    color: #888;
}