/* <link rel=stylesheet type="text/css" href="../style.css"> *//* <style type="text/css"></style> */body { margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; bgcolor=white;}/* margin-top = space between border of window and content on top *//* margin-bottom = space between border of window and content on the bottom *//* 10px = 10 Pixel */p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i     { font-family:Arial, Geneva, Helvetica; }/* font-family = font for text-elements */h1 { font-size:32pt; }h2 { font-size:22pt; }h2.sh2 { font-size:16pt; }h3,h3.xmp,h3.xpl,h3.inf,h3.tip { font-size:12pt; }h4 { font-size:9pt; }h5 { font-size:5pt; }p,ul,ol,li,div,td,th,address,nobr,b,i { font-size:11pt; }/* normal text *//* font-size = fontsize, what else!? *//* 12pt = 12 points */ tt { font-family: Arial, Times; font-size:7pt; color:black; }/* alternative text i.e. for quotations or bibliographic references *//* font-family = font *//* Courier New,Courier = serifa-fonts - just a suggestion *//* font-size = fontsize *//* 12pt = 12 points *//* color = color, of course *//* #0000C0 = blue */a:link { color:#990033; text-decoration:underline; }a:visited { color:#666633; text-decoration:underline; }a:active { color:#FFFFF66; text-decoration:none; }/* a:link = unvisited links *//* a:visited = visited links *//* a:active = active links *//* color = color *//* #0000C0 = standard blue *//* #6699FF = light blue *//* #FFFF66 = bright yellow *//* text-decoration = text style *//* underline = underlined *//* none = not underlined */