/*  ... CSS Formate ... */
p, h1, h2 {
 position:relative;
 top:10px;
 left:20%; 
 width:80%;
 z-index:1;
 padding:5px
}
#navbar {
 position:fixed;
 top:5px;
 left:5px;
 width:18%;
}
#copy {
 position:fixed;
 bottom:5px;
 left:5px;
 width:18%;
}
a.ok:link, a.ok:visited, a.ok:hover, a.ok:active {
 color:green;
}
a.pok:link, a.pok:visited, a.pok:hover, a.pok:active {
 color:yellow;
}
a.nok:link, a.nok:visited, a.nok:hover, a.nok:active {
 color:red;
}
a:link { 
 font-weight:normal;
 color:#000000;
 text-decoration:underline
}
a:visited {
 font-weight:normal;
 color:#000000;
 text-decoration:underline
}
a:hover {
 font-weight:bold;
/* font-variant:small-caps; */
 color:#000000;
 text-decoration:underline
}
a:active {
 font-weight:bold;
 color:#000000;
 text-decoration:blink
}
a:focus {
 font-weight:bold;
 color:#000000;
 text-decoration:underline
}

