
body {
    margin: 3% 15% 15%;
    padding: 0;
        border-top: 5px solid #ff6600;
    color: #DEB887;
    font: normal medium Comic Sans MS,Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: justify;
        background: Black;
}


/* HTML Element Restyles */

a {
    font-weight: bold;
    text-decoration: none;
    color: #6b8cb7;
}
a:hover {
    text-decoration: underline;
    color: #f4560f;
}
a:active {
    text-decoration: none;
    color: #f9c190;
}

a img {
    border: none;
}

h1, h2, h3 {
    font-weight: normal;
}

h3 {
    font: 15px "Lucida Sans Unicode";
}

hr {
    height: 1px;
    margin: 1em 0 0.5em;
    border: none;
    background-color: #555;
    color: #555;
}

label {
    font-weight: bold;
}

select {
    margin: 3px 0;
    vertical-align: middle;
    font: 1em Verdana;
}

/* Header */

#header h1 {
    margin: 0;
    padding: 0 10px;
}

address:after{
/* \40 is a character entity for the '@' symbol */
content: " <michtroisieme\40hotmail.com>";
}


#section1 {
	background: Fuchsia;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
