/* Stilmall för gardsjokultur.se */

body {
	font-family: Verdana;
	font-size: 10pt;
	color: black;
	background-image: url(lada_skugga.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;

} 

P  { font-family: Verdana;
     font-size: 10pt;
     color: black
}
	 
h1 { font-family: Verdana; 
     font-size: 14pt; 
     font-weight: bold; 
     color: black
}

h2 { font-family: Verdana; 
     font-size: 12pt; 
     font-weight: bold; 
     color: black
}
	 
h3 { font-family: Verdana; 
     font-size: 10pt; 
     font-weight: bold; 
     color: black
}
	 
/* tabell */
TD { font-family: Verdana;
     font-size: 10pt;
	 color: black;
}

/* länkar */
a:hover   { text-decoration: underline; }  
a:link    { color: blue; text-decoration: none; } 
a:visited { color: #993300; text-decoration: none; } 

