h1	{
	color:	green;
	text-align:	center;
	font-style: italic;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 60px;
}
h2	{
	color: red;
	font-style: italic;
	font-weight: bold;
	font-size: 40px;
}
p {
	text-shadow: 1px 1px 3px black;
}
p.intro	{
	width: 50%;
	font-style: italic;
}
p.history	{
	width: 75%;
	font-style: arial;
}
.important	{
	color: red;
	margin-top: 17px;
	margin-bottom: 17px;
}
.flashy	{
	color: red;
}
.best 	{
	color: green;
}
.sidebar {
  float: right;
  border: 7px solid green;
  padding: 7px;
  margin: 13px;
  background-color: orange;
  box-shadow: 13px 13px 13px 13px black;
}
img.main {
  float: right;
}
.column {
  width: 300px;
  float: left;
}
img {
	box-shadow: 7px 7px 7px 7px black;
}
video {
	box-shadow: 7px 7px 7px 7px black;	
}
