b {
	font-size: 10px;
	font-family: Tahoma;
}
a {
	font-size: 14px;
	font-family: Georgia;
	letter-spacing: 2px;
	text-decoration: none;

}

a:hover {
	font-size: 14px;
	color: Blue;
	text-decoration: none;

}

body {
	font-size: 14px;
	font-family: Tahoma;
	
}

td {
	font-family: Tahoma;
	font-size: 14px;
	letter-spacing: 2px;
	
}

h1 {
	font-family: Tahoma;
	font-size: 14px;
	text-align: center;
}

.text {
	text-align: justify;
	font-family: Tahoma;
	font-size: 14px;
	letter-spacing: 2px;
}




