/*Allergy Alliance Style*/
body	{
		background-color: #ffffff;
		background: url(graphics/bg.gif);
		margin: 0px; 
		text-align: center;
		font-family: arial, helvetica, sans-serif;
		font-size: medium;
		}
		
p, li		{
			font-family: arial, helvetica, sans-serif;
			font-size: 80%; 
			text-align: left;
			}
			
.small		{
			font-family: arial, helvetica, sans-serif;
			font-size: 70%; 
			text-align: center;
			}
			
.right			{
			font-family: arial, helvetica, sans-serif;
			font-size: 80%; 
			text-align: right;
			}
			
h1			{
			font-family: Times New Roman, serif;
			text-align: left;
			}
			
h2			{
			font-family: arial, helvetica, sans-serif;
			text-align: left;
			}
			
h4			{
			font-family: arial, helvetica, sans-serif;
			text-align: left;
			}
			
.strap			{
			background: #ff0000;
			font-family: arial, helvetica, sans-serif;
			font-size: 80%;
			color: #ffffff;
			font-weight: bold; 
			text-align: center;
			}
			
.linkBar			{
			background: #999999;
			font-family: arial, helvetica, sans-serif;
			font-size: 80%;
			color: #fffff0;
			font-weight: bold; 
			text-align: center;
			}
			
a:link 		
			{
			font-weight: bold;
			color: #fffff0; 
			background-color: transparent; 
			text-decoration: none;
			}

a:visited 	
			{
			font-weight: bold;
			color: #cccccc;	 
			background-color: transparent;
			text-decoration: none;
			}

a:hover 	
			{
			font-weight: bold;
			color: #ffff00;
			background-color: #transparent;
			text-decoration: underline;
			}