/* homecarestudy.com - bare basic site-wide stylesheet - version 2003-06-20 */

/* BODY TEXT */

	BODY	{  
		background-color: #FFFFFF; 
		color: #000000; 
		}

	P, LI 	
		{ 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt 
		}

/* HEADINGS */

	H1 	
		{ 
		font-family: Verdana, sans-serif; 
		font-size: 18pt; 
		font-weight: normal;
		}

	H2 	
		{ 
		font-family: Verdana, sans-serif; 
		font-size: 16pt; 
		font-weight: normal;
		}

	H3 	
		{ 
		font-family: Verdana, sans-serif; 
		font-size: 14pt; 
		font-weight: normal;
		}

	H4 	
		{ 
		font-family: Verdana, sans-serif; 
		font-size: 12pt; 
		font-weight: normal;
		}

	H5 	
		{ 
		font-family: Verdana, sans-serif; 
		font-size: 11pt; 
		font-weight: normal;
		}

	H6 	
		{ 
		font-family: Verdana, sans-serif; 
		}
	
/* LINKS */

	a:link 	{
		background-color: transparent; 
		color: #006699; 
		text-decoration: none; 
		}

	a:visited 
		{ 
		background-color: transparent;
		color: #0080C0; 
		text-decoration: none; 
		}

	a:active
		{ 
		background-color: transparent; 
		color: #FF0000; 
		text-decoration: underline; 
		}

	a:hover {
		background-color: transparent;
		color: #FF0000; 
		text-decoration: underline; 
		}