  body {
 	background: black;
	text-align: center; 
    font-family : Arial, Helvetica, sans-serif;
    font-size : small;
	float: none;
	}
  div.wrapper {
		width:320px;
		background: white;
        border : thin none;
        border-color: black;
        margin: none;
        float: none;
	}	

	#content {
        color : Black;
        font-size : small;
		background: white;
		text-align: justify;
		margin: auto auto;        	
		margin-top:5px;
		padding-bottom:5px;
		width:100%;
		border : thin none;
	}
	#header {
        color : Black;
        font-size : small;
		background: white;
		text-align: justify;
		margin: auto auto;        	
		margin-top:5px;
		padding-bottom:5px;
		width:100%;
		border : thin none;
	}	
	/* applies to all divs within the content div */
  #content div {
		padding: 0px;
	}
  #header div {
		padding: 0px;
		border : thin none;
	}	
  
  #content-header {
		width:100%;
		float: none;
	}
  #content-main {
		width:100%;
		float: none;
	}
  #content-pic {
		width:10%;
		float: none;
		text-align: right;
		visibility:hidden;
		display: none;
	}	
  #content-right {
		width:10%;
		float: none;
		visibility:hidden;
		display: none;
	}

div.arxivfeed {
	margin-bottom: 5px; 
	/*width:300px;*/
	width:100%;
	float: none;
	text-align: justify;
}	
	
h1 {
	color :  #CC3300;
	font-size:x-large;
	font-weight : bold;
	text-decoration:none;
}

h2
{
	color : #CC3300;
	font-weight : bold;
	font-size: medium;
}

h3 {
	color : #6c91b6;
	font-size:large;
	font-weight : bold;
	text-decoration:none;
}

h4 {
	color : #6c91b6;
	font-size:medium;
	font-weight : bold;
	text-decoration:none;
}

a { color : #336699;	
	text-decoration:underline;
	border-collapse:collapse;
 }
a:link {	
	color:#336699;	
	text-decoration:underline;
	border-collapse:collapse;
	}
a:hover {	
	color : #336699;	
	background: #d4e2f0;		
	text-decoration:underline;
	border-collapse:collapse;
	}
img {
	vertical-align: middle;
	border:0px ;
	float: left;
}

p.foot{
	font-size: xx-small;
}
