body {
    background-image: url("grafikk/background.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;	
}

html {
	overflow-y: scroll;
}

h1 {
    color: black;
    text-align:center;
	font-family:Trebuchet MS, Arial;
    font-size:150%;
	padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}
h2 {
    color: black;
    text-align:center;
	font-family:Tahoma, Arial;
    font-size:80%;
	padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}
p {
    color: black;
    text-align:left;
	font-family:Helvetica, Arial;
    font-size:90%;
	padding-top: 5px;
    padding-right: 35px;
    padding-bottom: 7px;
    padding-left: 35px;
}
table, th, td {
    border: 0px solid black;
	border-radius: 25px;
    border-collapse: collapse;
	background-color: #fffcfa;
	
}
}
th, td {
    padding: 30px;
    text-align: center;
}
a:link {
    color: #e70000;
}
a:visited {
    color: #e70000;
}
a:hover {
    color: #eaceba;
}
a:active {
    color: #3a0000;
}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}