body {
   font-family: sans-serif;
   font-size: 13px;
   color: navy;
}

.main {
   background-color: #fff8dc;
   margin: 0px;
}

.kj {
   font-size: 27px;
   font-style: italic;
   font-weight: bold;
}

.it {
   font-style: italic;
}

.kod {
   font-family: monospace;
	 color: teal;
}

td {
   font-family: sans-serif;
   font-size: 13px;
}

dt {
   font-size: 21px;
   font-style: italic;
   font-weight: bold;
}

.dn {
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
}

dd {
   font-family: sans-serif;
   font-size: 13px;
}

pre {
   font-family: monospace;
	 font-size: 12px;
	 color: teal;
}

hr {
   color: red;
}

A {
   font-family: sans-serif;
   font-size: 13px;
   text-decoration: none;
}

A:hover {
   color: red;
}

