body {

     background-color: white;
}

/* #header {
     float:left;
     margin-left: -25px;
}  */
a {
     font-weight: 200;
     font-size: 1em;
     font-family: verdana, arial;
     text-align: center;
     color: white;
}

h2 {
     margin-top: 10px;
}

a:link.h2  {
     font-weight: 500;
     font-size: 1em;
     font-family: verdana, arial;
     text-decoration: none
     text-align: center;
     color: #fdecf1;
     background-color: #CC0000;
     height: 50px;
     margin: 10px auto 0 0;
     padding-top: 10px;
}
a:hover h2  {
     color: #ff00ff;
     text-decoration: blink;
}
h3 {
     font-weight: bold;
     font-size: 1em;
     font-family: verdana, arial;
     color: #fdecf1;
}
.flirt {
     width: 200px;
     text-align: center;
}

#flirts {
     width: 200px;
     background-color: #CC0000;

     border: 1px solid black;
}
.title {
     font-weight: 500;
     font-size: .8em;
     font-family: verdana, arial;
     color: #fdecf1;
}

