/* Base Style For All Document */

A { color: #0000FF; text-decoration:none } /* default color : #003399 */
A:active { color: #FF0000; text-decoration: underline }
A:hover { color: #FF0000; text-decoration: underline }

HR { color: #3388FF }

IMG { border: 0 }

BODY {
	background-image: url(/images/background/slogo.jpg);
	scrollbar-face-color: #3399FF;
	scrollbar-highlight-color: #77DDFF;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #99CCFF;
	scrollbar-darkshadow-color: #33CC66;
}

#ArchiveTag:hover {
	color : #FF0000; text-decoration : underline
}
#ArchiveMenu {
	Position : Absolute; Left : 0; Top : 61;
	z-index : 0
}

#LabTag:hover {
	color : #FF0000; text-decoration : underline
}
#LabMenu {
	Position : Absolute; Left : 15%; Top : 61;
	z-index : 0
}

#LinkTag:hover {
	color : #FF0000; text-decoration : underline
}
#LinkMenu {
	Position : Absolute; Left : 74%; Top : 61;
	z-index : 0
}

TABLE { empty-cells: show; } /* border-color: #00CCFF;  */