html, body {
	margin:0px;
	padding:0px;
	border:0px;
	color:#642d11;
	font-family: Arial;
	font-size: 1.2rem;
	/*background-color: #f2e8de;*/
}

A:link {color: #fff; text-decoration: none; font-weight: bold;font-size: 1.2rem;text-decoration: none;}
A:visited {color: #fff; text-decoration: none; font-weight: bold;font-size: 1.2rem;text-decoration: none;}
A:hover {color: #fff; text-decoration:underline ; font-weight: bold;font-size: 1.2rem;text-decoration: none;}


.mainTable {
	font-family: Arial;
	font-size: 1rem;
	width: 300px;
    	height: 150px;
}

.btn-primary {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}