Free stuff » CSS code

Insert all this code on your hl page, before or after the rest of your HTML code.

/*CSS code by Embla - www.emblas.net*/
<style type="text/css">
body {
font-size:8pt;
font-family:
Verdana;
line-height:
11 pt;

/*The scroll bar*/
scrollbar-face-color: #000000;/*The scroll bar thingy*/
scrollbar-shadow-color: #000000;/*this and the next three lines defines the lines around the scroll. Two first are the inner lines, the two next are the outer lines.*/
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #
ffffff;
scrollbar-darkshadow-color: #
ffffff;
scrollbar-track-color: #
ffffff;/*The line along the page where the scroll bar moves up and down.*/
scrollbar-arrow-color: #000000;/*The arrows on the top and bottom of the scroll.*/
}

/*The links*/
a:link{color:#FFFFFF; text-decoration:none; font-family:Verdana; font-size:8pt}/*The links*/
a:visited{
color:#FFFFFF; text-decoration:none; font-family:Verdana; font-size:8pt}/*Visited links*/
a:hover{
color:#FFFFFF; text-decoration:none; font-family:Verdana; font-size:8pt}/*When you hold the mouse pointer over the link*/
a:active{color:#FFFFFF; text-decoration:none; font-family:Verdana; font-size:8pt}/*When you have clicked on the link, before the new page loads.*/

/*The horizontal lines*/
hr {
height:
0px;
width:
90%;
border: solid #
FFFFFF 8px;
border-top-width:
1px;
}

/*The code boxes and the buttons*/
input, textarea {
border: 1px groove #
000000;
background: #
FFFFFF;
font-family:
Verdana;
font-size: 8pt; color: #
000000
}

/*Heading*/
h1 {
font-size:
14pt; color: #FFFFFF;
font-family:
Georgia;
margin-bottom:
0cm
}

/*Small heading*/
h2 {
font-size:
12pt; color: #FFFFFF;
font-family:
Georgia;
margin-bottom:
0cm
}

/*Inside the table*/
td {
font-size:
8pt;
font-family:
Verdana;
line-height:
1.5em;
}
</style>

You can leave the comment, they are CSS comments. And do not remove my copyright. Thank you (no one will see it anyway)