A {
	color : #0063FF;
	text-decoration : none;
}

A:HOVER {
	color : Red;
	text-decoration : none;
	background : None none;
	background-image : none;
	border : none;
}

BODY {
	background-color : White;
	color : black;
	font-family : Arial, sans-serif;
	font-size : 9pt;
	margin : 0 4px 0 0;
}

BODY.border {
	border : 12px solid;
	margin : 10px 12px;
}

 /* egads, a hack ! */
BR.smallbreak {
	font-size : 2px;
}

H2 {
	border-bottom : 1px solid black;
	font : 10pt Arial, sans-serif;
	font-weight : bold;
	margin : 0;
	padding : 1px 1px;
	padding-top : 6px;
}

/* 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 Arial, sans-serif;
	margin-left : 8px;
}

P {
	margin : 10px 10px;
}

 
 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;
}

