01 MAIN TITTLES 10 PIXELS BOLD AND COLOUR 000000

02 TITTLES 9 PIXELS AND COLOUR IS 000000

03 Font size is 9 pixel and colour is 000000

04 this is the margin left

this is the margin left
this is the margin left
this is the margin left
this is the margin left

Absolute PositioningAbsolute PositioningAbsolute PositioningAbsolute Positioning Absolute PositioningAbsolute PositioningAbsolute PositioningAbsolute Positioning Absolute PositioningAbsolute PositioningAbsolute PositioningAbsolute Positioning Absolute PositioningAbsolute PositioningAbsolute PositioningAbsolute Positioning Absolute PositioningAbsolute Positioning

05 this is Absolute Positioning

 

 

 

06 Fixed Background

<style type="text/css">
body
{
background-image:
url("/images/image.gif");
background-repeat:
no-repeat;
background-attachment:
fixed
}
</style>

07 Scrollbars colours

<style type="text/css">

{
scrollbar-face-color : #C0C0C0 ;
scrollbar-track-color: #C0C0C0 ;
scrollbar-arrow-color: #000000 ;
scrollbar-shadow-color: #000000 ;
scrollbar-highlight-color: #C0C0C0 ;
scrollbar-darkshadow-color: #C0C0C0 ;
}

</style>

08 Custom Link Colors

<style type="text/css">

a:link {
color: #990033;
text-decoration: none;
}
a:visited {
color: #990033;
text-decoration: none;
}
a:hover {
color: #354250;
text-decoration: underline;
}
a:active {
color: #354250;
text-decoration: none;
}

</style>