a:link {
		font-family:Tahoma;
		font-size: 10px;
		color: #999999;
		text-decoration: none;
}

a:active {
		font-family:georgia;
		font-size: 10px;
		color: #999999;
		text-decoration: none;
}

a:hover {
		font-family:Tahoma;
		font-size:10px;
		color: #832d6a;
		text-decoration: none;
}

a:visited {
		font-family:Tahoma;
		font-size:10px;
		color: #999999;
		text-decoration: none;
}

a:visited:hover {
		font-family:Tahoma;
		font-size:10px;
		color: #832d6a;
		text-decoration: none;
}
input {
width: 150px;
font-family:georgia;
font-size: 10px;
color: #999999;
}
textarea {
width: 150px;
height: 70px;
font-family:georgia;
font-size: 10px;
color: #999999;
}