* {
	line-height:130%;
}
body {
	margin-left:30px;
	height : 100%;

}
h1 {
	font-size: medium;
	background-color: #F2F2F2;
}
h2 {
	font-size: medium;
	background-color: #F2F2F2;
}
h3 {
	font-size: small;
}

hr { 
	border: 0 none; 
	height: 2px; 
	color: #696969;
	background-color: #696969;
} 

pre {
	width:85%;
	padding: 5px 5px 5px 5px;
	border-color: #D4DADA;
	border-width: 2px;
	border-style: dashed;
	background-color: #E7EFF0;
}
div.sample {
	width:85%;
	padding: 5px 5px 5px 5px;
	border-color: #D4DADA;
	border-width: 2px;
	border-style: dashed;
	background-color: #E7EFF0;
}
table {
	border-collapse: separate;
	border-spacing: 3px; }

th {
	background-color: #FFCC99;
}
td {
	background-color: #C0DEF0;
}
th.element{
	width:100px;
}
th.elementsummary{
	width:580px;
}
th.elementtype{
	width:100px;
}
th.css{
	width:300px;
}
th.csssummary{
	width:500px;
}


a:link,a:visited
{	color:#1B0073; 
	text-decoration: none;
}

a:hover
{
	color:#1B0073;
	text-decoration: none;
	border-bottom: 1px solid #F6800B;
}
img {
	border:0
}
dt {
	font-weight:bold
}
