/* CSS of Georg C. F. Greve's home page */
/* Copyright (C) 2000, 2001 Georg C. F. Greve <greve@gnu.org> 
      Permission is granted to copy, distribute and/or modify this document
      under the terms of the GNU Free Documentation License, Version 1.1
      or any later version published by the Free Software Foundation; */


/* standard */
body { background: white;
	color: black;
/*	margin: 1cm 1cm 0.5cm; */
	font-family: arial, helvetica, sans-serif; 
	font-variant: normal;
	font-style: normal; }

h1 {  font-weight: bold; 
	font-size: 18pt; 
	line-height: 18pt; 
	font-family: arial,helvetica; 
	font-variant: normal;
	font-style: normal; }

h2 { font-weight: bold; 
	font-size: 14pt; 
	line-height: 14pt; 
	font-family: arial,helvetica; 
	font-variant: normal; 
	font-style: normal; }

h3 { font-weight: bold; 
	font-size: 12pt; 
	line-height: 12pt; 
	font-family: arial,helvetica; 
	font-variant: normal; 
	font-style: normal; }


/* anchors */
A:link {color: #777777;	
	text-decoration: none; }
A:active {
	color: #777777;	
	text-decoration: none; }
A:visited {
	color: #777777;	
	text-decoration: none; }


/* ID selected styles */
#standard {	font-size: 14pt; 
		line-height: 14pt;
		font-family: arial, lucida, helvetica; 
		font-weight: normal; 
		font-variant: normal;
		font-style: normal; }

#sf { font-family: arial,helvetica; 
	font-variant: normal; 
	font-style: normal; }

#sfb { font-family: arial,helvetica; 
	font-weight: bold; 
	font-variant: normal; 
	font-style: normal; }

#sfh {	font-size: 24pt; 
	line-height: 24pt; 
	font-weight: bold; 
	font-family: sans-serif, arial, helvetica; }

span.red { color: red; }

span.black { color: black; }


