/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
* {
	font-family: monospace;
	font-size: 20px;
}
body{
	background-image: url("../img/letter.png");
	background-size: 200px;
}
#textbox {
	position: relative;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	font-family: monospace;
	width: 450px;
	height: auto;
	background-color: #FFFF14;
	padding: 15px;
	text-align: center;
	/*background-image: url("../img/mailbox_trans.png");
	background-position: center;
	background-repeat: no-repeat;*/
}
#box {
	position: relative;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	font-family: monospace;
	width: 610px;
	height: auto;
	background-color: #FFFF14;
	padding: 15px;
	text-align: center;
	/*background-image: url("../img/mailbox_trans.png");
	background-position: center;
	background-repeat: no-repeat;*/
}
#project {
	position: relative;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	font-family: monospace;
	width: 640px;
	height: auto;
	padding: 15px;
	text-align: center;
}
#projectsmall {
	position: relative;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	font-family: monospace;
	width: 480px;
	height: auto;
	padding: 15px;
	text-align: center;
}
h1{
	font-weight: bold;
	font-size: 22px;
    text-decoration: underline;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

p{
	font-size: 16px;
}
.small{
	font-size: 10px;
	font-style: italic;
	text-align: right;
}
b{
	font-weight: bold;
}
i{
	font-style: italic;
}