/* CSS Document */
.nav		
		{
			color: #D9E9FF;
			font-family: helvetica;
			font-size: 18px;
			line-height: normal;
			font-style: normal;
			font-variant: normal;
			font-weight: bolder;
			text-decoration: none;
		}
		.nav:hover		
		{
			color: #FFCC00;
			font-family: helvetica;
			font-size: 15px;
			line-height: normal;
			font-style: normal;
			font-variant: normal;
			font-weight: bolder;
			text-decoration: none;
		}
.link1		
		{
			color: #D9E9FF;
			font-family: helvetica;
			font-size: 16px;
			line-height: normal;
			font-style: normal;
			font-variant: normal;
			font-weight: bolder;
			text-decoration: none;
		}
		.link1:hover		
		{
			color: #D9E9FF;
			font-family: helvetica;
			font-size: 15px;
			line-height: normal;
			font-style: normal;
			font-variant: normal;
			font-weight: bolder;
			text-decoration: underline;
		}
.link2		
		{
			color: #D9E9FF;
			font-family: helvetica;
			font-size: 16px;
			line-height: normal;
			font-style: normal;
			font-variant: normal;
			font-weight: bolder;
			text-decoration: underline;
		}
		.link2:hover		
		{
			color: #D9E9FF;
			font-family: helvetica;
			font-size: 15px;
			line-height: normal;
			font-style: normal;
			font-variant: normal;
			font-weight: bolder;
			text-decoration: none;
		}
.yellow		
		{
			color: #FFCC00;
			font-family: helvetica;
			font-size: 20;
			line-height: normal;
			font-style: normal;
			font-variant: normal;
			font-weight: bolder;
			text-decoration: none;
		}
		
.link3		
		{
			color: #D9E9FF;
			font-family: helvetica;
			font-size: 18px;
			line-height: normal;
			font-style: normal;
			font-variant: normal;
			font-weight: bolder;
			text-decoration: underline;
		}
		.link3:hover		
		{
			color: #D9E9FF;
			font-family: helvetica;
			font-size: 18px;
			line-height: normal;
			font-style: normal;
			font-variant: normal;
			font-weight: bolder;
			text-decoration: none;
		}
