@charset "utf-8";
/* CSS Document */

A:link {text-decoration: none; color:white}
A:visited {text-decoration: none; color:white}

body{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background: #000000;
font-family: Arial, Helvetica, sans-serif;
}

.header-container{
height: 50px;
padding: 3px 0px 0px 0px;
letter-spacing: 0px;
text-align: center;
background: #E4287C;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 16px;
font-weight: bold;
}
