	/* Används för sidor som ska skrivas ut. T. ex tävlingsinbjudningar */

	BODY {
		background-color : #FFFFFF;
		color : Black;
		font-family : "Times New Roman", "New York", Times, serif;
		font-size : 10pt;
	}

	.fet {
		font-weight : bold;
	}

	.silver {
		background-color : silver
	}

	HR {
		color : #000066;
		height : 1px;
	}

	#sida {
		margin-left : 5mm;
		margin-right : 5mm;
	}

	TD, TD LI {
		font-size: 10pt;
		background-color : White;
		color : Black;
	}

	TH, CAPTION {
		font-size : 10pt;
		font-weight : bold;
		background-color : White;
		color : Black;
	}


	PRE {
		font-family : "Courier New", Courier, monospace;
		font-size : 10pt;
	}

	/* H1 används endast för sidans rubrik */
	H1 {
		font-size : 14pt;
		color : #000066;
		font-weight : bold;
		background-color : White;
		text-align : center;
		letter-spacing : 1px;
		border-bottom : 3px silver solid;
	}

	H2 {
		font-size : 12pt;
		color : Black;
		font-weight : bold;
		background-color : White;
	}

	H3 {
		font-size : 10pt;
		color : Black;
		font-weight : bold;
		background-color : White;
	}


	.ram {
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 5px;
		border: thin silver solid;
	}


	.sidfot {
		color: Gray;
		font-size: 8pt;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		text-align: center;
		background-color : White;
	}

	A:link {
		color: #000066;
		font-weight: bold;
		text-decoration : none;
	}

	A:visited {
		color: #000066;
		font-weight: bold;
		text-decoration : none;
	}

	A:hover {
		color: #000066;
		text-decoration : underline;
		font-weight : bold;
	}

