@charset "utf-8";
/* CSS Document */

.exampleCode {
	border: 1px solid #CCC;
	padding: .5em;
}

li {
	margin: .25em 0 .25em;
}
li ul li {
	font-size: .9em ! important;
}
.cssExample1 {
	border: 1px solid #CCC;
	padding: .5em;
}
.cssExample1 h1 {
	color: green;
	font-size: 30px;
	font-family: Verdana, Geneva, sans-serif;
}
.cssExample1 p {
	background: yellow;
	text-align: center;
	font-family:"Courier New", Courier, monospace;
}
.cssExample1 a {
	text-decoration: none;
}
#css3Example l strong{
	color: red;
}
.codeIndent {
	margin-left: 2em;
}
ul li ul li .exampleCode p {
	font-size: 1.1em ! important;
}#breadcrumb {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #666;
}

#breadcrumb a{
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
}

