body
{
    background-color: #ffdead;
    color: "#000080";
    font-family: "Times New Roman", serif;
    font-size: medium;
    margin-right: 2cm; 
    margin-left: 1cm;
}
h1
{
    background-color: transparent;
    font-family: Arial;
    font-size: x-large;
    text-decoration: underline
}
h2
{
    font-family: Arial;
    font-size: large;
    text-decoration: none
}
A
{
	color: red;
    text-decoration: underline;
}
A:active
{
	color: blue;
    text-decoration: underline;
}
A:hover
{
	color: blue;
    text-decoration: underline;
}
A:visited
{
	color: green;
    text-decoration: underline;
}
ol
{
	font-family: Courier, fixed-width;
	font-size: x-small;
}
.meny
{
    BACKGROUND-COLOR: BLACK;
    FONT-FAMILY: Arial;
    FONT-SIZE: medium;
    COLOR: YELLOW;
    margin-left: 0.2cm;
}
