/*
_____BASICS_____
*/
  
div {
  float: left;
  }
  
body {
  margin: 0px;
  padding: 0px;
  background-color: #000;
  color: #fff;
  border: 0px;
  border-style: solid;
  text-align: left;
  font-size: 10pt;
  font-family: Verdana, sans-serif;
  }
  
img {
  border: 0px;
  margin: 0px;
  }
  
#choufme {
  height: 207px;
  width: 100%;
  margin-top: 50px;
  background-image: url(choufme.png);
  background-repeat: no-repeat;  
  background-position: top center;
  }
  
  
/*
_____LINKS_____
*/
  
a {
  color: #c4151b;
  text-decoration: none;
  outline: none;
  }
  
a:hover {
  color: #cc422f;
  }
  
a:active {
  color: #222222;
  }
  
  
  
/*
_____TEXT_____
*/
  
p, h1, h2,h3 {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  }
  
p {
  font-size: 10pt;
  }
  
h1, h2, h3 {
  margin-top: 10px; 
  color: #fff;
  }
  
h1 {
  font-size: 22pt;
  margin-top: 80px; /* temp */
  }
  
h2 {
  font-size: 12pt;
  margin-top: 25px;
  }
  
h3 {
  font-size: 10pt;
  }
   
strong {
  }
  
  
  
/*
_____SMILIES & ICONS_____
*/


.smilies {
  border: 0px;
  margin: 0px;
  margin-left: 3px;
  margin-right: 3px;
  vertical-align: bottom;
  }
  
.icon {
  border: 0px;
  margin: 0px;
  margin-left: 3px;
  margin-right: 3px;
  vertical-align: middle;
  }