body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #993300;
	/*background-color:#ffa500; */

}

#container {

	width: 100%;
	text-align: center;
	margin-bottom: 20px;

}


#notes {

	position: relative;
	top: 50px;

	font-family: Arial, Helvetica, sans-serif ;
	font-size: 12px;
	line-height: 140%;
	
	
	
	padding: 20px ;

	width: 580px;
	text-align: left;
	border: 1px solid black ;
	
	background-color: white ;

    margin-left: auto ;
    margin-right: auto ;
	
	margin-bottom: 100px; 
  
}

.paragraph {
	position: relative;

	top: -10px;
}


.title, .title a {

	font-size: 18px; 
	font-weight: bold; 
	color: black;
}


.title2, .title2 a {

	font-size: 12px; 
	font-weight: bold; 
	color: black;
}


a:hover {

	color: red;
}

