.table {
	border: 2px solid #000000;

}
.table-left {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;

}
.table-right {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
}
.table-bottom {
	border-top: 1px dotted #000000;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;


}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
