@charset "utf-8";
.orange {
	color: #f15b23;
	font-weight: 500;
	text-decoration: none;
	font-size: large;
}
.red {
	color: #b9090b;
	font-weight: 400;
	text-decoration: none;
	font-size: large;
}
.purple {
	color: #6600FF;
	font-weight: 400;
	text-decoration: none;
	font-size: large;
}
.smallRed {
	color: #b9090b;
}
.red:hover {
	color:#000000;
	font-weight: normal;
	text-decoration: underline;
}
.black {
	color: #000;
	text-decoration: none;
	font-size: large;
}
.black:hover {
	color:#000000;
	font-weight: normal;
	text-decoration: underline;
}
.blue {
	color: #00C;
	text-decoration: none;
	font-size: large;
	font-weight: 400;
}
.blue:hover {
	color:#000000;
	font-weight: normal;
	text-decoration: underline;
}
.container{
	width:575px;
	height: 440px;
	background:#0FF;
	-moz-box-shadow: 2px 2px 7px 4px #222;
	-webkit-box-shadow: 2px 2px 7px 4px #222;
	box-shadow: 2px 2px 7px 4px #222;
	font-size: xx-large;
 }
