/* CSS för fotosidor */

Body   {
        font-family : Verdana,Arial,Sans-Serif;
        background : #666666; 
        color : white;       
       }
H1     {
        font: x-large bold;
        text-align: center;   
       }
A:link {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color: yellow;
	background: transparent;
       }
A:active {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color: #006600;
	background: transparent;
       }
A:visited {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color: yellow;
	background: transparent;
       }
