/* Stylesheet for STL Reference. */

body
{
	font-family: "Times New Roman", serif;
	font-size: 11pt;	 
	color: black;
	background-color:white;
}
.name
{
	font-size: 12pt;	 
	color: #000080;
	background-color:#c0c0ff;
	width:100%;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
}
.syntax
{
	font-family: "Courier New", monospace;
	font-size: 10pt;
	color: #800000;
	background-color:#d8ffd8;
	width:100%;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.usage
{
	font-size: 11pt;
	text-decoration:italic;
	color: black;
	background-color:#d8d8ff;
	width:100%;
	padding-left: 5px;
}
.desc
{
	font-family: "Times New Roman", serif;
	font-size: 11pt;
	color: #004040;
	background-color:white;
	padding-left: 5px;
}
.infobox
{
	border: 1px solid blue;
	margin-bottom:15px;
	margin-top:15px;
	margin-left:30px;
	margin-right:30px;
	padding-right: 5px;
}
.groupbox
{
	border: 1px solid blue;
	margin-bottom:15px;
	margin-top:15px;
	padding-right: 5px;
}
p
{
	padding-left: 5px;
}