*{
	margin: 0px; padding: 0px; border: 0px; outline:0px; list-style: none; text-decoration:none;
}

body{
	background:#BE75D0 url(img/bg-body.png) repeat-x;	
	height: 100%;
	color: #fff;
	font: 12px/18px 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	text-align:justify;		
}

a{
	color: #FF0;
}

a:hover{
 text-decoration: underline;
}
#all{
	/*border:1px dotted #FFF;*/
	width:70%;
	margin:20px auto;
	padding: 20px;
	
}

#header{
	margin-bottom: 20px;
}
#content{
	margin: 10px 0;
}

#content h2{
	margin-bottom: 20px;
	border-bottom: 1px dotted #FFF;
	padding-bottom: 5PX;
}
.purple{
	background-color: #B580C1;
	padding:10px;
	margin: 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.955555) 0px 1px 3px;	
	margin: 0 auto;	
}
