/* CSS of the contacts page */

#contacts_info {
	margin-left:	80px;
}

#contacts_info table {
	width:			387px;
}

#contacts_info table tr td {
	padding:			3px 0px;
}

#contacts_info table tr td a {
	color: 				#006af0;
	font-weight:		bold;
	text-decoration:	none;
}

#contacts_info table tr td a:hover {
	text-decoration:	underline;
}
