UL {
	list-style-type : square;
	line-height : 120%;	
	margin-top : 5pt;
}

LI {
	margin-top : 2pt;
}


H2.pointout {
	BACKGROUND-COLOR: black;
	COLOR: White;
	MARGIN-LEFT: 30%;
	MARGIN-RIGHT: 30%
}
H1 {
	font-size : 18pt;
	font-family : Verdana;
}

H1.header {
	font-size : 14pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom : medium double #00008B;
	float : none;
	color : #00008B;
	margin-left : 10px;
	text-align : center;
	margin : 0;
	line-height : 95%;
}


.highlight {
	color : #00008B;
	font-weight : bold;
}


A {
	color : blue;
	text-decoration : none;
}

A:HOVER {
	color : green;
	text-decoration : underline;
}

BODY {
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
}

BODY.border {
	border : 12px solid;
	margin : 10px 12px;
}

 /* egads, a hack ! */
BR.smallbreak {
	font-size : 0pt;
}


H2 {
	font : bold 13pt/140% Verdana;
	color : #00008B;
; margin-left: 5px
; margin-bottom: 5px
}

/* css basics heading */
H2.css {
	background-color : blue;
	color : white;
}

/* full version heading */
H2.full {
}

/* homesite integration heading */
H2.hs {
	background-color : yellow;
	color : black;
}

/*  topstyle lite heading */
H2.lite {
	background-color : navy;
	color : white;
}

/* tutorial heading */
H2.tutorial {
	background-color : black;
	color : white;
}

H3 {
	font : bold 1em Verdana;
	margin-left : 8px;
}

P {
	color : black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bolder;
	line-height : 130%;
	margin : 5pt;
}

 
 P.indent {
	margin-left : 30px;
}

/* note box */
P.note {
	background-color : #FFFFCC;
	border : 1px solid black;
	clear : both;
	color : black;
	margin : 12px 30px 12px 20px;
	padding : 6px 6px;
}

 
 /* related topics */
P.reltopics {
	border-top : 1px solid black;
	clear : both;
	font-size : 8pt;
	margin : 16px 6px 20px 0;
	padding : 4px;
}

/* used for CSS examples */
P.styleblock {
	background-color : #FFFFE6;
	font-family : monospace;
	margin : 4px 26px;
	padding : 6px 16px;
	padding-left : 16px;
}

/* used in tutorial */
P.tip {
	background-color : #FFFFCC;
	border : 1px solid black;
	clear : both;
	color : black;
	margin-left : 10%;
	padding : 6px 6px;
	width : 90%;
}

 
TABLE.tutnavtbl {
	border-top : 1px solid black;
	clear : both;
	font-size : 9pt;
	margin-left : 0;
	margin-right : 10px;
	margin-top : 12px;
	text-align : right;
	width : 96%;
}

/* list of anchor links */
UL.linklist {
	list-style-image : url("images/linkarrow.gif");
}

UL.noimage {
	list-style : none;
}

/* css or html comment */
 .comment {
	color : gray;
	font-family : monospace;
}

 /* HTML element */
.element {
	color : Navy;
	font-family : monospace;
}

 .example {
	font-family : monospace;
}

.important {
	color : red;
	font-weight : bold;
}

  
.keyword {
	font-weight : bold;
}

 
 /* css property */
 .property {
	color : black;
	font-family : monospace;
}

 
.reltopicslbl {
	font-weight : bold;
}

 
/* css selector */
 .selector {
	color : maroon;
	font-family : monospace;
	font-weight : bold;
}

 
 /* css value */
 .value {
	color : navy;
	font-family : monospace;
}

.center {
	text-align : center;
}

.ident_much {
	text-indent : 190px;	
}


.code {  font-family: "Courier New", Courier, mono; font-size: 12pt; font-style: normal; line-height: 100%; font-weight: normal}

