.my_td{
	font-size : 12x;
	padding-left: 10px;
}
	.my_td a:link {
		color : blue;
		text-decoration : underline;
		font-weight : none;
		font-size : 14px;
	}
	
	.my_td a:hover {
		color : blue;
		text-decoration : underline;
		font-size : 14px;
	}

	.my_td a:visited {
		color : blue;
		text-decoration : underline;
		font-size : 14px;
	}
	

.nav{
	padding-left: 10px;
}

