/* Demo Stylesheet for CSS1 pages */

body { 		background-color: #ffffff;
		color: #000000;
		font-family: Arial, sans-serif;
		font-size: 12pt;
     }

a:link {	color: #0000cc;
       }
a:visited {	color: #000000;
          }

.biggreen {	font-family: Arial, sans-serif;
		font-weight: bold;
		color: #339933;
          }
.feature {    	font-family: Arial, sans-serif;
                font-size: 14pt;
           }

.fullsize {	text-align: center;
		color: #339933;
		font-size: 24pt;
		font-weight: bold;
           }

.ref {		font-size: 10pt;
		font-family: Times, serif;
		font-style: italic;
     }
