/* Brave GNU World Stylesheet */
/* Copyright (C) 2000 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;
	font-size: 12pt; 
	color: black;
	margin: 1cm 1cm 0.5cm;
	font-family: lucida, helvetica, sans-serif; }

h1 { font-weight: bold;
	font-size: 18pt; 
	line-height: 18pt; 
	font-family: arial, helvetica, sans-serif; }

h2 { font-weight: bold;
	font-size: 14pt; 
	line-height: 14pt; 
	font-family: arial, helvetica, sans-serif; }

h3 { font-weight: bold;
	font-size: 12pt; 
	line-height: 12pt; 
	font-family: arial, helvetica, sans-serif; }


/* anchors */
A:link { color: #3333ff;
	text-decoration: none; }
A:active { color: #3333ff;
	text-decoration: none; }
A:visited { color: #3333ff;
	text-decoration: none; }
A:hover { color: #20209e;
	text-decoration: none; }


/* ID selected styles */
#sf, .sf { font-family: arial, helvetica, sans-serif; }

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

#selected { color: red; }
span.red { color: red; }
div.center { text-align: center; }
div.right { text-align: right; }
h3.red { color: red; }

#fss{ background-color: #ff6; text-align: center; color: black; font-size: 130% }
