@charset "utf-8";
/* Code for Layout */

body {
background: #FFF;
color: #000;
padding:0;
margin:0;
font-family: Arial, Helvetica, sans-serif;

}

A:link {text-decoration: none; color:#000; font-weight:800; font-size:16px;}
A:visited {text-decoration: none; color:#000; font-weight:800; font-size:16px;}
A:active {text-decoration: none; color:#C00; font-weight:800; font-size:16px;}
A:hover {text-decoration: none; color:#C00; font-weight:800; font-size:16px;}


.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 14px;
	margin-top: 14px;
}

.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}

.content{
	background-color: #fff; /*background color of content*/
	border: 1px solid #000; /*border color*/
	padding: .5em 2ex;
}
