body {
	font-family : "Times New Roman", Times, serif;
	font-size : 10pt;
	background-attachment: fixed;
}

.super {
	font-family: Viking, serif;
	font-size: 30pt;
	color: #990099;
	background-color: transparent;
}

.super2 {
	font-family: Viking, serif;
	background-color: transparent;
}

/*Header for tables, not tableheader*/
.thd {
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
}

/*Tablelement different from standard*/
.tel {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

table {
	border: 1px solid #990099;
}

td {
	border: 1px solid #000000;
}

/*Table with bordercolour*/
.fargetabell {
	border: 1px solid #990099;
}

.fargetabell td {
	border: 1px solid #990099;
}

.fargetabell th {
	border: 1px solid #990099;
}

/*Invis table*/
.tomtabell { 
	border: 0px hidden;
}

.tomtabell td {
	border: 0px hidden;
}

.tomtabell th {
	border: 0px hidden;
}

hr {
	border: 1px solid #000000;
	background-color: #000000;
}

/*HR with colour*/
.hr2 {
	border: 1px solid #990099;
	background-color: #990099;
}


a {
	text-decoration: none;
	color: #DC143C;
	background-color: transparent;
}

a:active {
	text-decoration: none;
	color: #FF0000;
	background-color: transparent;
}

a:visited {
	text-decoration: none;
	color: #DC143C;
	background-color: transparent;
}

a:hover{
	text-decoration: underline;
	color: #FF0000;
	background-color: transparent;
}

.color1 {
	color: #800080;
	background-color: transparent;
}

.color2 {
	color: #FF0000;
	background-color: transparent;
}

.color3 {
	color: #FFFFFF;
	background-color: transparent;
}

