/* CSS Document */
/* Stilmall för Freeway 2005 */

.bread	/* Vanlig brödtext, dvs löpande text */
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	line-height : 150%;
}
	
.preface /* Ingress eller sammanfattande text */
{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: bold;
	margin-bottom : 3%;
}

.caption /* Bildtexter */
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

.header1 /* Stor överskrift */
{
	font-family: Arial, Verdana, Helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-align : center;
}
	
.header2 /* Underrubrik */
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
	
.header3 /* Vanlig fetstil */
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}	



a:link /*länkfärg */
 {
text-decoration: none;
/*color: #003399; */
color: #000000; 
margin: 0px;
}

a:visited /* besökta länkar, ljusgrå */
 {
text-decoration: none;
color: #8D8D8D;
margin: 0px;
}

a:hover /* Mouse-over blå färg */
 {
text-decoration: none;
color: #0000ff;
margin: 0px;
}
 
 a:active /* Aktiv länk (sista) röd färg */
  {
text-decoration: none;
color: #FF0000;
margin: 0px;
}