body {	
	background-color: #0B20DB; 
}
.text_box {
	background-color: #FBFBF9;
	width: 1008px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}
.header_text {
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;	
	padding-top: 10px;
}
.text {
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	width: 820px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.highlight_text{
	background-color: #FFFF00;
}
a.main_link {
	color: blue;
}
a.shopping {
	color: green;
	text-decoration: none;
}
span.studies {
	color: #000099;
	text-decoration: none;
}