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

h1 {
font-size: 25px;
text-align:center;
}

h2 {
font-size: 20px;
text-align:center;
}

h3 {
font-size: 15px;
}

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;
}

img {border:0;}

.blocflux {
width: 620px;
overflow: hidden;
}