/* style sheet for HTML examples */

body	{	background-color: #000066; 
		font-family: verdana, geneva, arial, sans-serif; 
		color: #FFFFFF;
	}

/* ------------ cell styles -------------------- */
.textbody	{	background-color: #000066; 
			font-family: verdana, geneva, arial, sans-serif; 
			font-size: 140%; 
			color: #FFFFFF;
		}
.infobox	{	background-color: #000033; 
			font-family: verdana, geneva, arial, sans-serif; 
			font-size: 80%; 
			color: #FFFFFF;
			border: 1px #999999 solid;
		}
.white_bg	{	background-color: #FFFFFF; 
			font-family: verdana, geneva, arial, sans-serif; 
			font-size:120%; 
			color: #000000;
			
		}
.codestyle	{	font-family: "courier new", courier, monospace; 
			font-size: 120%; 
			color: #FFFFFF;
					}
.buttonstyle	{	background-color: #999999; 
			font-family: verdana, geneva, arial, sans-serif; 
			font-size: 0.8em; 
			color: #000066;
			padding: 5px;
		}

/* ------------ heading styles ----------------- */
h1	{	font-size: 200%; 
		font-weight: bold; 
		margin: 0px;
 	}
h2	{	font-size: 150%; 
		font-weight: bold; 
		margin: 0px;
 	}
h3	{	font-size: 100%; 
		font-weight: bold; 
		margin: 0px;
 	}
/* ------------ list styles -------------------- */
ul	{	list-style: square; 	}


/* ------------ link styles -------------------- */
a:link		{	color: #FFCC00; 
			text-decoration: underline; 
	 	}
a:visited	{	color: #999999; 
			text-decoration: underline; 
	 	} 
a:active	{	color: #CCCCCC; 
			text-decoration: none; 
		}
a:hover		{	color: #FFFFFF; 
			text-decoration: none; 
			background-color: #0000FF; 
		}


/* ------------ end all styles ----------------- */
