/* Das Stylesheet ist wie folgt einzubinden: <link rel=stylesheet type="text/css" href="gemeinsam/detail.css">*/

body {
background-color:#191970;
background-attachment:fixed;
font-family:arial;
font-size:12pt;
color:black;
text-align:center;
}

p {text-align:center;}

.r {color:red; font-weight:bold}
h1, h2, h3, h4 {color:#ffd700;}

a:link {color:#add8e6; text-decoration:none; font-weight:bold;text-align:center;}
a:visited {color:#add8ff; text-decoration:none; font-weight:bold;text-align:center;}
a:hover {color:red; text-decoration:underline; font-weight:bold;text-align:center;}

/*img {border-color:gray; border-width:10; border-style:ridge}*/
/*img {border-color:gray; border-style:outset;}*/
/*img {border-color:white; border-width:5; border-style:outset; 
  position:relative; top:10px; left:-100px}*/
/*body {background-image:url(../papier.jpg); background-attachment:fixed; font-family:times; color:black}*/


