


BODY,TD  {font-family: Arial,Helvetica,sans-serif;margin:0px 0px 0px 0px;}



a { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:focus { text-decoration: none; }
a:hover, a:active { text-decoration: none; }




a { color:white } /* Globally */

/* Each state */

a:visited { text-decoration: none; color:white; }
a:hover { text-decoration: none; color:yellow; }
a:focus { text-decoration: none; color:yellow; }
a:hover, a:active { text-decoration: none; color:gold }




.IntroYears	{

	color: white;
	font-size : 14px;
	line-height : 130%;
}






html { 
  background: url(http://www.simenjohan.com/front.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


