/* NB This is a cascading style sheet and doesn't follow the same rules as HTML *//* Style sheet for Internet Explorer type browsers *//* Anchor tags are used to set styles for pseudo-classes for links */A { color:#cc0033;   font-weight: bold }	/*text-decoration: none; for no underlines */A:link {	COLOR: "#ffcc00"}  /* orangered  */A:visited {	COLOR: "#cccc00"}  /* orangered */A:active {	COLOR: "#ffcc00"}  /* orangered */A:hover {	COLOR: "#ffff00"} /*  yellow*//*define style for body - other styles will be based on this */HTML {FONT-FAMILY: Verdana, Arial, Helvetica, MS Sans Serif;	FONT-SIZE: 14px; font-weight: bold; COLOR: #ffdead ;}/*lightskyblue*/BODY { background-image: url("../images/foliage.jpg"); background-color: #696969 ; bgproperties="fixed"; scrolling: NO}/*"darkslategray"*//*heading styles*/H1 {COLOR: #ffdead; FONT-SIZE: 16px; font-weight: bold; text-align:center; margin-top: 10px}H2 {COLOR: #ffdead; FONT-SIZE: 14px; font-weight: bold; text-align:center; margin: 0px}H3 {COLOR: #ffdead; FONT-SIZE: 13px; font-weight: bold; text-align:center; margin: 0px}H4 {COLOR: #ffdead; FONT-SIZE: 12px; font-weight: bold; text-align:center; margin: 0px}#head   {position:absolute; left: 80; top:40; z-index:10;}#head1	{	COLOR: #ff8c00; FONT-SIZE: 20px; font-weight: bold; text-align:center; margin-top: -20px}#head2	{	COLOR: #ffdead; FONT-SIZE: 18px; font-weight: bold; text-align:center; margin-top: 10px}#head3	{	COLOR: #ffdead; FONT-SIZE: 16px; font-weight: bold; text-align:left; margin-top: 10px}#title 	{	COLOR: #ffff00; FONT-SIZE: 40px; font-weight: bold; text-align:center} #title2 {	COLOR: #ff8c00; FONT-SIZE: 40px; font-weight: bold; text-align:center;		margin-top: -68px; margin-left: -5px;		}/* write over title with title2 to give a shadow effect*//* general styles */.center{text-align:center}.normaltext{COLOR: #40e0d0; FONT-SIZE: 14px; font-weight: normal; text-align:center}/*table styles*/td {COLOR: #40e0d0; FONT-SIZE: 14px; font-weight: normal; text-align:left;}.likeTable {text-align:left; COLOR: #40e0d0; FONT-SIZE: 12px; font-weight: bold;}.hardlyseen {position:absolute; left: 0; top:600;COLOR: #2f4f4f; FONT-SIZE: 10px; font-weight: normal;}#webdesign {position:absolute; left:20; top:360; z-index:10;} 
