body {
margin: 0;
background: black;
color: blue;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 1em;
}

h1 {
font-size: 1em;
taext-align:center;
}

h2 {
font-size: 1em;
taext-align:center;
color: blue;
}

a:link{
color: #E2A486;
background-color: transparent;
text-decoration: none;
}

a:visited {
color:#E2A486;
background-color: transparent;
text-decoration: none;
}

a:hover{
color: red;
background-color: transparent;
text-decoration: underline overline;
}


a.lienp:link{
color: Yellow;
font-size: 10px;
background-color: transparent;
text-decoration: none;
}

a.lienp:visited {
color:yellow;
font-size: 10px;
background-color: transparent;
text-decoration: none;
}

a.lienp:hover{
color: blue;
font-size: 10px;
background-color: transparent;
text-decoration: underline overline;
}


