Basic CSS

This CSS displays:

Library

Google Search Engine

Firefox & Mozilla Browsers

Return to XHTML CSS

Return to Dreamweaver CSS

 

CSS:

body { font-family: "comic sans ms", arial;
font-size: 1em;
font-weight: bolder;
/*006666*/
color: #6330033;
background-color: #FFCC99; }

a:link { color: #000099; text-decoration: underline; }
a:visited { color: #330033; text-decoration: underline; }
a:hover { color: #336; text-decoration: none; }
a:active { color: #FF0000; text-decoration: none; }