/* NB This is a cascading style sheet and doesn't follow the same rules as HTML */
/* Anchor tags are used to set styles for pseudo-classes for links */
A { color:#0000ff;   font-weight: normal }	/* text-decoration: none; to remove underlines */
A:link {	COLOR: #0000ff }
A:visited {	COLOR: #0000ff }
A:active {	COLOR: #00c040 }
A:hover {	COLOR: #00c040 }

/*define style for body - other styles will be based on this */
BODY {FONT-FAMILY: Verdana, Arial, Helvetica, MS Sans Serif;
	FONT-SIZE: small; line-height: 150%; COLOR:"000066"; bgcolor: "ffcc99"; bgproperties="fixed";
	width: 1000px;
    max-width: 1000px;
    _width: expression(document.body.clientWidth > 1002? "1000px" : "auto"); /* cludge to make IE6 co-operate */
    margin-left: 4px;
    margin-right: auto;
}

  

H1 {COLOR: #003399; FONT-SIZE: 140%; font-weight: normal; text-align:center; margin: 30px 0; line-height: 1.5 em}
H3 {COLOR: #003399; FONT-SIZE: 120%; font-weight: normal; text-align:left; margin-top: 6 px}
H4 {COLOR: #003399; FONT-SIZE: small; font-weight: bold; text-align:left; margin-top: 6 px}


p {FONT-SIZE: small; line-height: 160%; COLOR:#003399; FONT-WEIGHT:normal}
td {FONT-SIZE: small; line-height: 150%; COLOR:#003399; FONT-WEIGHT:normal}


/* styles for animated front page */
#animate {position: absolute; left:-120; top: 266; width: 149; height: 149; Z-INDEX: 5}
#background {position: absolute; left:0; top: 0; Z-INDEX: 0}
#fixedpage {FONT-FAMILY: Verdana, Arial, Helvetica, MS Sans Serif; 	
	 FONT-SIZE: 11pt; COLOR: moccasin;   
	 topmargin: "0"; leftmargin: "0";
	 position: absolute; left:0; top: 0; Z-INDEX: 10} 
#head {position:absolute; left: 80; top:40; z-index:10;}
#flybat {position:absolute; left: 300; top:180; z-index:10;}
#bat {position:absolute; left: 520; top:340; z-index:10;}
#webdesign {position:absolute; left:20; top:360; z-index:10;}