/***********************************************/
/* anula_healing.css                            */
/* Use with template.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

a:link  {
	color: #000066;
	text-decoration: none;
}
a:visited  {
color: #FFFFFF;
	text-decoration: none;
}
a:hover {
color: #0000FF;
	text-decoration: underline;
}

BODY  {
background-color: #99CCFF;
}

T2 {
font-family: Arial,sans-serif;
font-size:20px;
color: #017EAE;
background-color: ##7C7C7C;
}
a:link  {
	color: #000066;
	text-decoration: underline;
}
a:visited  {
color: #FFFFFF;
	text-decoration: none;
}
a:hover {
color: #0000FF;
	text-decoration: underline;
}


T3 
body{
	font-family: Arial,sans-serif;
	font-size:16px;
	color: #003333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a.two:link  {
	color: #000066;
	text-decoration: underline;
}
a.two:visited  {
color: #666666;
	text-decoration: none;
}
a.two:hover {
color: #0000FF;
	text-decoration: underline;
}
T4{
font-family: Arial,sans-serif;
color: #00FF00;
background-color: #000066;
}


/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 36px;
 color: #000066;
}

h2{
font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 28px;
 color: #000066;
}

h3{
font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 22px;
 color: #000066;
}

h4{
font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 24px;
 font-weight: bold;
 color: #000066;
}

h5{
font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 18px;
 color: #000066;
}

h6{
font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 16px;
 color: #000066;
}


ul{
 list-style-type: disc;
}






