h1, h2, h3 { color:green;}

h1 { margin-left:40px;
}

p {
	margin-left:20px; 
	text-align: center; 	
	color: black
}

table {
	border-collapse: collapse;
}

table, th, td {
	
    border: 1px solid black;
}

/* stiler Class Selector*/

p.right{
	text-align: right;
}

.blueback{
	background-color: #0000ff;
}

.fet{
	font-weight: bold;
}

.red{
	color: #ff0000;
}

/* Stiler med ID-selektor */


#presentasjon{
	background-color: #fcff00;
	color: #ff00fc;
}

h2#info{
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}

