/*                                   Lade's Internet Service   				*/
/*                                   Standard Style Sheet				*/
/*	To use, place <link rel="stylesheet" type="text/css" href="lis_styles.css"> in the header		*/
/*              */
P,
UL,
BLOCKQUOTE,
BODY
{font-family : arial, helvetica, san-serif; font-size : 10 pt}

H1,
H2,
H3,
H4,
H5,
H6
{font-family: "times new roman", times, "menion web", serif}

A:link,
A:visited
{color : #ff0000;	text-decoration : none;  font-weight : bold; }
A:active
{color : ff0000; text-decoration : none}
A:hover,
A:visited:hover
{color : #ff0000; text-decoration : underline;  font-weight : bold; }
A:active:hover
{color : #ff0000; text-decoration : underline}                 
A.navbar:link,
A.navbar:visited {
	color: white;
	font-weight : bold;
	text-decoration : none;
}

A.navbar:HOVER {
	color: white;
	font-weight : bold;
	text-decoration : underline;
}