A {
	color : blue;
	text-decoration : none;
}

A:HOVER {
	color : green;
	text-decoration : underline;
}

BODY {
	color : black;
	font-family : Arial, sans-serif;
	font-size : 9pt;
	margin : 0 4px 0 0;
	background : #FFFFE4;
}

BODY.border {
	border : 12px solid;
	margin : 10px 12px;
}

 /* egads, a hack ! */
BR.smallbreak {
	font-size : 2px;
}
H1.heading  {
	font : 30px Arial, sans-serif;
	font-weight : bold;
	margin : 0 0 0 0;
	padding : 4px 4px 4px;
	padding-top : 6px;
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
	background-color : Blue;
	color : White;
}

H2 {
	border-bottom : 1px solid black;
	font : 10pt Arial, sans-serif;
	font-weight : bold;
	margin : 0 0 0 0;
	padding : 4px ;
	padding-top : 6px;
}
H2.anchor {
	border-bottom: 0px none;
	font-size : 15px;
	margin-left : 10px;
}
H2.subheading {
	background-color : blue;
	color : white;
	text-align : center;
	padding-top : 0px;
	padding : 0px;
	border-bottom : 0px none;
}



/* css basics heading */
H2.css {
	background-color : blue;
	color : white;
}

/* full version heading */
H2.full {
}

/* homesite integration heading */
H2.sectionheader {
	background-color : yellow;
	color : black;
}

/*  topstyle lite heading */
H2.paraheader {
	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.detail {
	font-size : 12px;
}

 P.indent {
	margin-left : 30px;
}

/* note box */
P.note {
	background-color : #FFEFFF;
	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 : #F6FFFF;
	font-family : monospace;
	margin : 4px 26px;
	padding : 6px 16px;
	padding-left : 16px;
}

/* used in tutorial */
P.tip {
	background-color : #CFFFFF;
	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.html");
}

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;
}

TD.left {
	background-color : Aqua;
}

TD.right{
	background-color: #FFEFFF;
}

TD.project{
	background-color : #FF9FFF;
}

.alignright{
	text-align: right;
}