#title{
color: Red;
font-family: Arial, Helvetica, sans-serif;
font-size: 30px;
padding-bottom: 50px;
	}
#desc {
	position: relative;
	bottom: 50px;
	top: 20px;
	color: Blue;
   font-family: sans-serif;
	font-size: 25px
}
#promo A{
	color: #B22222;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none
}
#promo A:Hover {
	color: #FF4500;
}

