a:link {
	text-decoration: none;
	color: #4b77ff;
}
a:hover {
	text-decoration: underline;
	color: #4b77ff;
}
a:visited {
	text-decoration: none;
	color: #4b77ff;
}

img {
    border: none;
}

th, td {
	vertical-align: top;
}

p {
	text-align: justify;
}
