/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */
BODY { color: rgb(0,0,0); background-color: rgb(255,255,255); background-image: none;}
 A:active { text-decoration: underline; color: rgb(0,51,102);}
 A:link { text-decoration: underline; color: rgb(255,102,51);}
 A:visited { text-decoration: underline; color: rgb(204,153,102);}
.text	   {font-family: "arial"; text-decoration: "none"; font-size: 12pt }
.small	   {font-family: "arial"; text-decoration: "none"; font-size: 10pt }
.eval 	   {background-color: #eeeeee; font-family:Courier; margin-top:12pt}
.pre	   {background-color: #eeeeee; font-family:Courier; margin-top:12pt}
.headline  {font-family: "Times New Roman", Times, "Times NewRoman", serif; font-size: x-large; color: rgb(51,102,153);}