
{}

html, body {
margin: 0px;
padding: 0px;
font-family: sans-serif;
color: black;
}

h1, h2, h3 {
font-family: sans-serif;
}

h1 {
font-size: 200%; 
}

h2 {
font-size: 170%; 
}

h3 {
font-size: 140%; 
}

em {
font-family: sans-serif;
font-size: 100%; 
}

#header_container {
background-color: #FFFFFF;
color: #000000;
font-family: sans-serif;
}


#header_abilitynet_logo {
display: none !important;
}


#header_project_title {
float: right;
margin-top: 10px;
padding-top: 10px;
text-align: right;
background-color: #FFFFFF;
color: #000000;
font-family: sans-serif;
}


#header_project_title h1 {
display: inline;
color: #000000;
font-family: sans-serif;
}


#header_project_logo {
display: none !important;
}


#content_wrapper {
position: relative ;
background-color: #FFFFFF;
color: #000000;
font-family: sans-serif;
border: 0 !important;
}

#padded_content {
border: 0px !important;
}


