Try This m8..
Code:
body {
background: white ;
width: auto;
height: auto;
text-align: left;
font: normal small Arial, Helvetica, sans-serif, Verdana;
color: grey;
}
.profile
{
color:red;
}
.headerpage
{
background: url('./default/nwpage.gif') repeat-x;
text-align: center;
color: white;
height: 18px;
padding: 0 0 0 2px;
}
.logo {
padding: 2px 2px 2px 2px;
background: white url(../default/nwpg1.gif) repeat-x;
}
.footer {
padding: 5px;
background: url(../default/nwpage2.gif) repeat-x;
}
.box
{
background: url('./default/box.gif') repeat-x;
text-align: left;
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
}
hr.dotted{
border:2px ridge black
}
a
{
color: blue;
}
a:visited
{
color: red;
}
a:hover
{
color: purple;
}

Comment