/* Knowledge In Mobility CSS sheet */

body {width: 100%; text-align: center; background-color: #000; color: #C5B358}

#main {width: 90%; border: 3px solid black; border-radius: 10px; font-size: 1.5em; margin: auto; padding: 10px;}

#logo {margin-bottom: 10px;}

#header {font-size: 2em;}

#footer {position: absolute; bottom: 0;}

#links {text-align: center}

ul {text-align: left}

a {color: #000}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:hover  {text-decoration: underline}
a:active {text-decoration: none}