/* date- 2/4*/
body{
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 25px;
	
}
header{
	color: #ffffff;
	text-align: center;
	
	
}

nav{text-align: center;}
aside{
	float: right;
	font-size: 14px;
	text-align: center;
}
article{
	float: left;
	overflow: auto;
	text-align: justify;
}
footer{

clear: both;
color: #ffffff;
text-align: center;
}
a{
	color: #ffffff;
	text-decoration: none;
}
td{text-align: center;}
th{text-align: center;}
.quote_author{
	color: #459302;
	font-style: italic;
}
alignleft{float: left;}
alignright{float: right;}
span{float: right;}