@charset "utf-8";
/* CSS Document */

body {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 75%; /* This sets the default font size to be equivalent to 12px from 16px */
  color: #2b1a6f;
  background-color: #b1abca;
  margin: 0;
  line-height: 150%;
  text-align:justify;
}

ul { margin:0; padding:0;}

li {
	margin:0;
	padding:0px 0px 5px 0px;
	list-style:none;}
	
	li a img{ border:none;}

a img{ border:none;}
	
/* clearfix */
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

* html>body .clearfix {
  display: inline-block; 
  width: 100%;
}

* html .clearfix {
  /* Hides from IE-mac \*/
  height: 1%;
  /* End hide from IE-mac */
}
