/* CSS examples */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: left top;
	line-height: 150%;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;

}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;

}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;

}
p {
	margin-left: 15px;
	margin-left: 15px;
	white-space: normal;
}

.ldisc {
	list-style-type: disc;
}
.lsquare {
	list-style-type: square;
}
.lgreek {
	list-style-type: lower-greek;
}
.ldecimal {
	list-style-type:  decimal;
}
.lpaula {
	list-style-type: circle;
}
.lnone {
	list-style-type: none;
	font-weight: normal;	
}

.ulbold {
	font-weight: bold;
	text-decoration: none;
}
html {
	overflow-y: scroll;
}