/* style.css - a simple style sheet */
body {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
}

h1 {
color: blue;
font-weight: bold;
}

p {
margin-bottom 1em;
}

a {
color: #FFCC66;
}

.marge {
margin-left: 5em;
}

