
BODY {
	background-image: url(../image/svartt.jpg);
	background-color : Black;
	background : url(../image/svartt.jpg);
	background-attachment : fixed;
}

FONT.R { 
	FONT-FAMILY: "Times New Roman", Times, serif;
	font-size: 300%;
	color: #FFCC33;
	font-weight: bold;
}
FONT.F { 
	FONT-FAMILY: "Times New Roman", Times, serif;
	font-size : 200%;
	color: #FFCC33;
	font-weight: bold;
}
FONT.N { 
	FONT-FAMILY: "Times New Roman", Times, serif;
	font-size : 100%;
	color: #FFFFFF;
	font-weight: bold;
}
FONT.B {
	FONT-FAMILY: "Times New Roman", Times, serif;
	font-size : 80%;
	color: #CCCCCC;
	font-weight: bolder;
}



A.N:link {
color: #FFFFFF;
}

A.N:visited {color: #FFCC33}

A.N:hover {color: yellow}

