@charset "utf-8";

.box {
width:300px;
padding:10px;
border:1px dotted gray;
margin:0px;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #111111;
	margin-top : 15px;
	margin-left : 43px;
	right: 0px;
	left: 43px;
	top: 0px;
	bottom: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	

}


.subject {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #111111;
	margin-top : 15px;
	margin-left : 43px;
	right: 0px;
	left: 43px;
	top: 0px;
	bottom: 0px;
	

}




.links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin-top : 4px;
	margin-left : 43px;
	

}


div#content {
	width : auto;
	margin : 23px;
	padding : 23px;
	
}

ul { list-style-type : none;
}

.boilerplate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0em;
	text-align: center;
	vertical-align: middle;
	word-spacing: 0em;
	white-space: normal;
	padding: 4px;
	clear: none;
	float: none;
	height: 20px;
	width: 400px;
	margin-left : 5px;
	margin-top : 25px;
}
