@charset "utf-8";
/* CSS Document */

body {
font-family: Century Gothic, Arial, Helvetica, sans-serif;
}

body * {
font-family: inherit;
}

h2 {
margin:0;
padding:0;
color: white;
font-size: 15px;
margin-bottom: 5px;
}

table {
border: none;
}

td table td {
padding: 5px;
}

p {
margin: 0;
padding:0;
margin-bottom: 10px;
color: #666666;
font-size: 12px;
line-height: 1.4em;
}

a {
color: #666666;
}

a:visited {
color: #666666;
}

a:hover {
color: black;
text-decoration:underline;
}

a:active {
color: #E3037D;
}
