* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	background-color: #FFFFCC;
	font-family: Georgia, serif;
}
a:link, a:visited {
	text-decoration:none;
	color:#666;
}
a:active, a:hover {color:#FFFFCC;}
.back a:link, .back a:visited {
	text-decoration:none;
	color:#FF6633;
}
.back a:active, .back a:hover {color:#666;}
h1 {
	font-weight: bold;
	font-size: 32px;
	line-height: 1.2em;
	margin-bottom: 1.2em;
}
h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 1.2em;
}
h3 {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.2em;
	margin-bottom: 0;
	color: #FF6633;
}
.back h3 {color: #666;}
p {
	line-height: 1.5em;
	margin-bottom: 1.1em;
}
#card {
	width:700px;
	height: 400px;
	position:absolute;
	top:50%; left:50%;
	margin:-200px 0 0 -350px;
	border: 1px solid #666;
}
.front {
	background-color: #FF6633;
	text-align:center;
}
.back {background-color: #fff;}
#symbol {
	color:#FFFFCC;
	text-align:left;
	margin-top: 10px;
	margin-left: 10px;
}
#name-title h1 {
	display: inline-block;
}
#name-title span {
	font-size: 24px;
	display: block;
	padding-top: 15px;
}
#name-title a:link, #name-title a:visited {
	text-decoration:none;
	color:#FFFFCC;
}
#name-title a:active, #name-title a:hover {color:#666;}
#description {
	margin-top: 20px;
}
#email {
	text-align:right;
	margin: 105px 25px 0 0;
	font-size: 12px;
	font-weight: bold;
}
#content {
	font-size: 12px;
	margin: 0 50px 25px 50px;
}
#content h2 {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2em;
	margin-bottom: 0;
}
#content ul {
	line-height: 1.5em;
	margin-left: 10px;
	margin-bottom: 1.1em;
}
#content ul.projects li {
	margin-top: 0.1em;
}
