a{
text-decoration:none;
/*color: #00ff00;*/
}
h1{
font-size: 1.5em;
border-bottom: solid 1px #eee;
text-align: center;
}
.list{
width: 100%;text-align: left;
}
.list li{
list-style-type:none;
width: 100%;
border-bottom: solid 1px #eee;
line-height: 1.8em;
}
.list li a{
    display:block;
	white-space:nowrap; 
	overflow:hidden;
	text-overflow:ellipsis;
	margin-left: 10px;
}
.list li span{
float: right;
margin-top: -1.8em;
}
.list li img{
max-width:350px;
height: auto;
}
p{
font-family: 'Roboto-Regular';
text-align: center;
margin: 0 10px;
}
p img{
max-width:350px;
height: auto;
}
body{
font-family: 'Roboto-Regular';
max-width: 1000px;
margin: auto;
}
