body	{
	margin:	0;
	padding: 0;
	background :  #aaaaaa; 
	font-family: arial, helvetica, sans-serif;
	}
div  	{
    	line-height: 1.5em;
    	font: 16px  /* 14px/20px  */ ;
    	}
.content{
	padding: 2% 3%;
    	padding-right: 6%;
    	width: 70%;
	margin: 2% 10%;
	border: 1px solid #000000;
	background: #ffffff;
    	-moz-box-shadow: 1px 5px 10px 0px #000000;
    	-webkit-box-shadow: 1px 5px 10px 0px #000000;
    	box-shadow: 1px 5px 10px 0px #000000;
	/*padding: 0px 20px;
	margin: 2% 3%;
	border: 1px solid #000000;
	background: #ffffff;*/
	}
ul {
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
 
h1, h2	{
	font-size:	18px;
	}
h3, h4	{
	font-size:	16px;
	}
h5, h6	{
	font-size:	14px;
	}
h1, h2, h3, h4, h5, h6	{
	margin:	1.25em 0 0 0;
	}
a, a:visited, a:active	{
    color:	 #991100; /* #991100 */
    text-decoration: none;
	}
a:hover	{
     background-color: #DDDDDD;  
     color: #000000; /* used to be #330011*/
	text-decoration : none; /*used to be underlined */
	}
/* a:hover, a.randomlink:hover, #footer a:hover {
        color: #1122FF;
	text-decoration: none;
	border-bottom: 1px solid;
	background: #EEEEFF;
	} */
