.body {
	margin:0px;
}

.solid {
	color: #ffffff !important;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight:bold;
	background: #333366;
	border-top: 2px solid white;
	padding-top:6px;
	padding-left:8px;
	text-align:left;
	display: inline-block;
	width: 140px;
	height: 30px;
	transition: all 0.4s ease 0s;
}

.solid:hover {
	color: #ffffff !important;
	background: #66595d;
	transition: all 0.4s ease 0s;
}

.solid_grey {
	color: #ffffff !important;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight:bold;
	background: #969696;
	border-top: 2px solid white;
	padding-top:6px;
	padding-left:8px;
	text-align:left;
	display: inline-block;
	width: 140px;
	height: 30px;
	transition: all 0.4s ease 0s;
}

.solid_grey:hover {
	color: #ffffff !important;
	background: #66595d;
	transition: all 0.4s ease 0s;
}

.solid_red {
	color: #ffffff !important;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight:bold;
	background: #990000;
	border-top: 2px solid white;
	padding-top:6px;
	padding-left:8px;
	text-align:left;
	display: inline-block;
	width: 140px;
	height: 30px;
	transition: all 0.4s ease 0s;
}

.solid_red:hover {
	color: #ffffff !important;
	background: #66595d;
	transition: all 0.4s ease 0s;
}

.solid_new {
	color: #ffffff !important;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight:bold;
	background: #6e3692;
	border-top: 2px solid white;
	padding-top:6px;
	padding-left:8px;
	text-align:left;
	display: inline-block;
	width: 140px;
	height: 30px;
	transition: all 0.4s ease 0s;
}

.solid_new:hover {
	color: #ffffff !important;
	background: #66595d;
	transition: all 0.4s ease 0s;
}

.shadow {
	-webkit-border-radius: 0% 0% 10px 10px;
	-webkit-box-shadow: rgba(0, 0, 0,.30) 0 4px 4px;
	width: 240px;
	height: 430px;
}

.notation {
	margin: 0 auto;
	margin-top: 10px;
	width: 240px;
	height: 430px;
	background: #F2F2F2;
	border: 1px solid #ac8c8d;
	box-shadow: 1px 1px 2px #fff inset,
              -1px -1px 2px #fff inset;
	border-radius: 8px/8px; 
}

h1 { 
	color: #7a7c7f; 
	font-size: 26px; 
	font-family: "Libre Baskerville", serif; 
	line-height: 30px; 
	text-align: center; 
	text-shadow: 0 1px 1px #fff; 
	padding: 10px; 
}

p { 
	color: #7a7c7f; 
	font-size: 18px; 
	font-family: "Libre Baskerville", serif; 
	line-height: 20px; 
	text-align: center; 
	text-shadow: 0 1px 1px #fff; 
	padding: 10px;
}

p.byline { 
	font-style: italic; 
	color: #B6B6B6; 
	font-size: 24px; 
	margin-top: 10px; 
	text-align: left; 
	text-shadow: 0 1px 1px #fff; 
}

.shadowplast {
	-webkit-border-radius: 0% 0% 10px 10px;
	-webkit-box-shadow: rgba(0, 0, 0,.30) 0 4px 4px;
	width: 240px;
	height: 430px;
}

.plastic {
	margin: 0 auto;
	margin-top: 5px;
	width: 240px;
	height: 430px;
	background: #F2F2F2;
	border: 1px solid #ac8c8d;
	box-shadow: 1px 1px 2px #fff inset,
              -1px -1px 2px #fff inset;
	border-radius: 8px/8px; 
}

