/***
* Stylesheet for Routenplaner Webpage
* 
* Author: Christoph Mauerhofer, http://christophmauerhofer.com/
* Date: 2011-02-15
***/


* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #333;
}

#content {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

p {
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
