
/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
.MATH    { font-family: "Century Schoolbook", serif}
.MATH I  { font-family: "Century Schoolbook", serif}
.BOLDMATH { font-family: "Century Schoolbook", serif}
.equation { font-family: "Century Schoolbook", serif; text-align: center; margin-left: 0.5cm; margin-right: 0.5cm}
.center {text-align: center; margin-left: 0.5cm; margin-right: 0.5cm}
.right {text-align: right}
.small {font-size : small}
.fett {font-weight: bold;}
.blau { color:#000099; font-weight:bold; }
.gruen { color:#009900; font-weight:bold; }
.rot { color:#CC0000; font-weight:bold; }
.large { font-size : large    }
.headline { font-size : x-large; font-weight:bold; }
.size12 { font-size:12pt; }
.size14 { font-size:14pt; }

/* implement both fixed-size and relative sizes */
SMALL.XTINY		{ font-size : xx-small }
SMALL.TINY		{ font-size : x-small  }
SMALL.SCRIPTSIZE	{ font-size : smaller  }
SMALL.FOOTNOTESIZE	{ font-size : small    }
SMALL.SMALL		{  }
BIG.LARGE		{  }
BIG.XLARGE		{ font-size : large    }
BIG.XXLARGE		{ font-size : x-large  }
BIG.HUGE		{ font-size : larger   }
BIG.XHUGE		{ font-size : xx-large }

/* document-specific styles come next */

body {background: white}
p {text-align: justify}
div {text-align: justify}
frameset {border: white thin 0px; frameborder: 0}

a:link { color:#000099; text-decoration:none }
a:visited { color:#000099; text-decoration:none}
a:hover { color:#000099; text-decoration:underline}
a:active { color:#009900; font-weight:bold; }
