﻿.artisan {
    font-family:"Times New Roman", Times, serif;
    font-size:large;
    font-weight:bold;
    color:#CC3300;
    text-align:center;
    margin-top:0.2cm;
    margin-bottom:0.2cm;
}

table.emry {
	border-width: thin;
	border-spacing: 0px;
	border-style: solid;
	border-color: blue;
	border-collapse: collapse;
	font-family:"Times New Roman", Times, serif;
}

table.emry tr {
	border-width: thin;
	padding: 0px;
	border-style: solid;
	border-color: blue;
}

table.emry td {
    height:100px;
	border-width: thin;
	padding: 0px;
	border-style: solid;
	border-color: blue;
}


