body {
	background-color: rgb(242,226,213);
	color: rgb(25,25,26);
	margin-top: 15%;
	font-family: Georgia, "ms serif", serif;
	text-align: center;

}

a {
	text-decoration: none;
}

a:link {
	color: rgb(0,0,255);
}

a:hover {
	color: rgb(25,25,26);
	background-color: rgb(255,255,153);
}
a:active {
	color: rgb(25,25,26);
	background-color: rgb(255,255,0);

}
a:visited {
	color: rgb(102,102,204);
}

p, ol, address	{
	font-size: 10pt;
	line-height: 14pt;
}

address {
	font-style: normal;
	margin-left: 35%;
}
p#name {
	font-size: 16pt;
	font-weight: 400;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
}

p#titles {
	font-size: 9pt;
	font-weight: 100;
	background-color: rgb(206,209,178);
	letter-spacing: 0.3em;
	word-spacing: 1em;

}

hr {
	border: solid 3px;
	width: 80%;
	color: rgb(206,209,178);
	text-align: center;
}

img.logo {
	width: 140px;
	height: 140px;
	border: 0px;
	margin-top: 10px;
}

div.card {
	text-align: center;
}

.main {
	background-color: rgb(242,226,213);
	padding-left: 25px;
	padding-right: 50px;
	text-align: left;

	border-left: 3px solid rgb(206,209,178);

}

table {
	vertical-align: middle;
}

td.left {
	width: 25%;
	height: 100%;
	vertical-align: top;
	padding-right: 20px;
}

td.right {
	width: 75%;
	height: 100%;
	vertical-align: top;
	padding-right: 20px;
	vertical-align: middle;
}