body {
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: small;
}
h1, h2 {
font-weight: normal;
color: silver;
border-bottom: thin dotted #888888;
}
/* This changes the font weight to normal in h1 & h2.
*/
h1 {
font-size: 14px;
}
/* This changes the font size to 14px.
*/
h1 {
font-size: 170%;
}
/* This changes the font size to 170%.
*/
h2 {
font-size: 130%;
}
/* This changes the font size to 130% in h2.
*/
body {
color: silver;
}
/* This changes the font color to silver>
*/
body {
font-weight: bold;
}
/* This changes the font weight to bold.
*/
body {
text-decoration: underline;
}
/* This underlines the text.
*/
blockquote {
font-style: italic;
}
/* This changes the block quote to italic.
*/
body {
background-color: rgb(80%, 40%, 0%);
}
/* This changes the background color.
*/
