p {
font-size: 1.0em;
font-family: arial, garamond, "times new roman";
}
h1 {
font-weight: bold;
font-size: x-large;
font-family: verdana, arial ;
}
h2 {
font-weight: normal;
font-size: large;
font-family: verdana, arial;
}
h3 {
font-weight: bold;
font-size: medium;
font-family: arial, geramond;
}
body {
font-size: medium;
background: #ffffd7; color: #000000;
font-family: arial, garamond, "times new roman";
}
.litentekst {
font-weight: normal;
font-size: xx-small;
font-style: italic;
font-family: verdana, arial;
}
a {
font-weight: bold; color: red;
text-decoration: none
}
a:visited {
font-weight: bold; color: #0099ff;
text-decoration: none
}
a:active {
font-weight: bold;
color: #0099ff;
text-decoration: none
}
a:hover {
font-weight: bold;
text-decoration: underline;
color: red
}