h1

{

	font-weight: bold;

	font-size: 180%;

	margin-bottom: 0px;

}

.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #E76100;
}

.TitleGrey
{
	font-weight: bold;
	font-size: 18px;
	color: #CCCCCC;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}


