@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document 
domain("mybroadband.co.za")

{

/******************* MAIN ********************/

* {
background-color: #262626 !important;

/* background-image: inherit !important; */

color: #999999 !important;
border-color: #3e3e3e !important;
}

a:link, a:active {
color: #0771A6 !important;
}

a:visited {
color: #0771A6 !important;
}

a:hover {
color: lightgrey !important;
}

}