body {
	font: normal 100.01% "Times New Roman", Times, serif;
}

img {
	border: none;
}

#nav { display: none; }

/* urls */
a:link, a:visited {
	color: #520;
	background: transparent;
	font-style: italic;
	text-decoration: none;
	/*
	font-weight: bold;
	text-decoration: underline; 
	*/
}

/* CSS2 stellt link als text dar */
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 100%;
}

/* CSS3 um Rooturls richtig anzuzeigen */
a[href^="/"]:after {
  content: " (http://www.globalengineering.at" attr(href) ") ";
}