/*Style Sheet by Jacob Cornelison. This is mostly intended to make it easier to follow page format standards for cornelison.net*/

body {
	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
}

a {
		font-style: italic;
		color: blue;
}

.user-select {
	text-align: center;
}

.fone {
	width: 200px !important;
	height: auto !important;
}

/*
.footer {
		//position: fixed; 
		//bottom: 0;
		//left: 0;
		//border-width: 5px;
		align-self: center;
		margin-top: 100%;
		//width: 100%;
	}
*/
.contact {
	text-align: center;
}
	
table {
	border-collapse: collapse;
	margin: 0 auto;
	border: 1px solid #111 !important
}

td {
	border: 1px solid #111 !important;
	padding: 15px;
}