/*************************************
*   Style-Sheet für j-c.email
*/

* {
    font-family:"Times New Roman";
}

html, body {
    margin:0;
    padding:0;
}

a {
    color:blue;
}

a:active,
a:link,
a:visited {
    text-decoration:none;
}

a:hover,
a:focus {
    text-decoration:underline;
}

h1#title {
    text-align:center;
    font-size:36pt;
    margin-top:100px;
    margin-bottom:100px;
}
