/* Stylesheet for SSF2 */

 a			{text-decoration:none;
		  		 color: darkcyan }

 a:hover	{text-decoration: underline;
		  		 color: cyan; }

 body		{background-color: #000050;
		 		 color: deepskyblue;
	 		 font-size: 12pt;
				 font-family: rockwell, courier, serif;
				 text-align: justify; }

h1			{font-weight: bold;
				 font-size: 28pt;
				 text-align: center;
				 color: pink;}
				 
h2			{font-weight: bold;
				 font-size: 14pt;
				 color: yellow;
				 font-family: arial, verdana, 'century gothic', helvetica, sans-serif;}
				 
h3			{font-weight: bold;
				 text-decoration: underline;
				 font-size: 11pt;
				 color: skyblue;}

.nodec	{text-decoration: none;}
