@charset "UTF-8";
/* CSS Document */

body {
	width: 960px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/background.jpg);
}

form {
	margin-left: auto;
	margin-right: auto;
}

.background {
	background-color: #FFF;
	border: 1px solid #333;

}

span {
	
	font-weight: normal;
	text-indent: 0em;
	}
	
.faculty {
	padding-right: 2em;
	font-family: Verdana, Geneva, sans-serif;
	font-size:70%;
	text-align: left;

}

.letter {
	width: 600px;
	padding-left: 1em;
	padding-right: 1em;
	border: 1px solid #333;
	margin-left: 300px;
	font-family: courier new, courier, arial, san-serif;
}

.letter p {
	text-indent: 2em;
}

.close {
	width: 600px;
	padding-left: 1em;
	font-family: Times New Roman, Times, serif;
}

.test {
	float: left;
	padding-left: 2em;
	width: 250px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:75%;

}

H1 {
	font-family: Times New Roman, Times, serif;
	font-size: 150%;
	letter-spacing: 3px;
	color: #036;
	text-align:center;

}

H2 {
	font-family: Times New Roman, Times, serif;
	font-size: 130%;
	color: #036;
	text-align:center;

}

.quote {
	font-family: Times New Roman, Times, serif;
	font-size: 110%;
	color: #333;
	line-height: 1.5;

}

.source {
	font-family: Times New Roman, Times, serif;
	font-size: 100%;
	font-style:oblique
	color: #666;
	line-height: 2;
	padding-left: 2em;


}

.date {
	font-family: Times New Roman, Times, serif;
	font-size: 90%;
	color: #999;
	padding-left: 2em;

}

.signature {
	padding-left: 50%;

}


.copyright {
	padding-top: 2em;
	padding-bottom: 2em;
	font-family: Verdana, Geneva, sans-serif;
	font-size:60%;
	text-align: center;
}

ol {
	font-weight: bold;
	}
	



