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

a:link {color: #00a4e5; text-decoration: none; background-color: transparent; font-weight: bold; }
a:visited {color: #00a4e5; text-decoration: none; background-color: transparent; font-weight: bold; }
a:hover {color: white; text-decoration: underline; background-color: transparent; font-weight: bolder; } 

body{
background-color: #383838;
line-height: 13px;
font-family: helvetica,arial,sans-serif;
color: white;
font-size: 11px;
background-repeat:repeat-x;
margin: 0px;
padding: 20px;
}

h1{
float: left;
width: 100%;
font-size: 13px;
line-height: 13px;
margin: 0px;
}
