This site hosted by Free.ProHosting.com
Google

Example of a Simple Style Sheet

TD {
font-size : 90%;
font-family : Verdana, Arial, Helvetica, sans-serif;
}

P {
font-size : 90%;
font-family : Verdana, Arial, Helvetica, sans-serif;
text-align : left;
text-indent : 1em;
}

H1 {
font-style : italic;
font-weight : bold;
font-size : 140%;
text-align : center;
}

BODY {
font-size : 100%;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #000000;
background : #33ccff;
margin : 2%;
}

A:link {
font-weight : bold;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #9900cc;
text-decoration : none;
}

A:visited {
font-weight : bold;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #0000ff;
text-decoration : none;
}

A:hover {
font-weight : bold;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #ffff00;
text-decoration : underline;
}

A:active {
font-weight : bold;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #ff0000;
text-decoration : none;
}

Back