.Header
		{
			font-family: Tahoma;
			font-size: 12px;
			font-weight: normal
		}

.Footer		{
			font-family: Tahoma;
			font-size: 12px
		}

a:active
		{
			font-family: Tahoma;
			font-size: 12px;
			color: FFFACD;
			text-decoration: none;
			font-weight: normal
		}
a:link
		{
			font-family: Tahoma;
			font-size: 12px;
			color: #0000FF;
			text-decoration: none;
			font-weight: normal
		}
a:visited
		{
			font-family: Tahoma;
			font-size: 12px;
			color: #0000FF;
			text-decoration: none;
			font-weight: normal
		}
a:hover
		{
			font-family: Tahoma;
			font-size: 12px;
			color: #990099;
			text-decoration: underline;
			font-weight: normal
		}