body {
 background:#fff;
 background-image:none;
 font-family:Georgia,'Times New Roman',serif;
 color:#000;
}

#inhalt {
 background-color:transparent;
 float:none;
 margin:0;
 width:100%;
}

#navigation, #footer {display:none;}

p, li {font-size:12pt;}

h1 {font-size:18pt;}
h2 {font-size:16pt;}
h3 {font-size:14pt;}

a:link, a:visited {
 color:#06c;
 font-weight:bold;
 text-decoration:none;
}

a:link:after, a:visited:after {
 background-color:transparent;
 content: " (Link: " attr(href) ") ";
 font-weight:normal;
 font-size:11pt;
 }
 
#inhalt a[href^="/"]:after {
 content: " (Link: http://projectdiary" attr(href) ") ";
}

acronym[title]:after, abbr[title]:after {
content: " (" attr(title) ")";
}

