
BODY, TD {
	background-color: #D2B48C;
	font-family : sans-serif ;
}
body {scrollbar-3dlight-color:gold; 
scrollbar-arrow-color:yellow;
scrollbar-base-color:tomato;
scrollbar-darkshadow-color:orange;
scrollbar-face-color:teal;
scrollbar-highlight-color:hotpink;
scrollbar-shadow-color:magenta}
SPAN {
	color: black;
	 background: yellow;
}
 A:LINK {
	color: Blue;
	text-decoration: none;
}
A:ACTIVE { 
color: yellow; text-decoration: none
 }
 A:VISITED {
	color: Blue;
	text-decoration: none
}
A:HOVER {
	color: Red;
	text-decoration: underline;
	font-size: 15pt;
	font-family ;
	Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H1, H2, H3, H4 {
	font-variant: normal;
	background-color: #D2B48c;
	color: Black;
	padding: 4px;
	width: 100%;
	
}



td,tr, {
	font-family: "Comic Sans MS";
	font-size: medium;
	font-style: normal;
	color: Black;
	border : thin inset #8C0000;
	background : #fcf1c2;
	text-align : center;
}
TH {
	font-family: "Comic Sans MS";
	font-size: medium;
	font-style: normal;
	color: blue;
	border : medium inset #8C0000;
	background : #fcf1c2;
	text-align : center;
	font-weight : bolder;
}

UL LI {
  list-style: url(../graphics/sdi-rd.gif) disc;
}

OL LI {
  list-style: decimal;
}

LI OL LI {
  list-style: lower-alpha;
}

DT {
  margin-top: 0.5em;
}
EM {
	font-family: "Comic Sans MS";
	font-size: large;
	font-style: normal;
	color: Blue;
}

	


