<style>
{font-size:11px;} a{font-size:11px!important;}
body,html{background-image:url(); background-color:; color:; font-family:helvetica; font-size:11px;}
a {text-decoration:none!important; color:!important;} a:hover {color: ; important;} b {color:;} i {font-family:helvetica;}
.header, {font-family: helvetica; background-image:none; background-color: ; border-bottom:0px!important;}
</style>
Hi there !
First of all, I cleaned up your existing code a bit and changed some things for clarity. See the following body, html {
background-color: ;
color: ;
font-family: Helvetica, Arial, sans-serif;
font-size: 11px;
}
.header, { font-family: inherit; background-image: none; background-color: ; border-bottom: 0px !important; }
{ font-size: 11px; }
a { font-size: inherit; }
a { text-decoration: none !important; color: !important; }
a:hover { color: !important; }
b { color: ; }
As to changing the rest of your profile, here's some .block,
.info_block {
border: none;
background-image: none;
}
This removes the border and the background-images for the blocks.
Hope this was what you were looking for!