body { font-family: Verdana, Helvetica, sans-serif }
body { color: black }
body {
    color: #a00;
    background-color: 0a0;
}
LANG="et-EE" TEXT="#ff6000" LINK="#008000" VLINK="#00b900" BGCOLOR="#d7ffd7"
		P { color: #ff6000 }
		H2 { color: #ff6000 }
		A:link { color: #008000 }
		A:visited { color: #00b900 }

h1 { color: red }
h1 { font-size: xx-large }
h2 { font-size: x-large }
h3 { font-size: large }
h1 { font-size: 32px }
h1,h2,h3 { font-family: "Mechanical works", fantasy }

p { background-color: green; font-style: italic }

p { font-weight: bold }
p { font-size: medium }
p { font-size: 12pt }
p { padding: 3em }
p { padding: 5px 10px }
p { padding: 1em 2em 0em }
p { padding: 10% 5% 15% 5% }

p {
    width: 400px;
    height: 300px;
    margin: 20px;
    border: 5px solid red;
    padding: 15px;
}
ol { list-style-position: inside }
ul
{
    list-style-image: url("jubin.png");
    list-style-type: circle;
}

pre {
    border-style: solid;
    border-left-style: none;
}
