body {
        background-color: #eeeeee;
        font-family: Verdana, Arial, sans-serif;
        
      }

      div.search,
      footer{
        display: block;
        margin: 0 auto;
        width: 500px;
		height:100%;
		word-wrap: break-word;
      }
	  
	  button.back{
        display: block;
        margin: 0 auto;
        width: 120px;
      }

      a.lnk {
        color: #004466;
        text-decoration: none;
      }
      a:hover.lnk{
        text-decoration: underline;
      }
      a:visited.lnk {
        color: #666666;
      }

      div.search {
        background-color: #ffffff;
        border: #cccccc solid 1px;
        -moz-border-radius: 11px;
        -webkit-border-radius: 11px;
        border-radius: 11px;
        padding: 0 1em;
		margin-top:50px;
		
      }
      h1 {
        font-size: 140%;
      }
      ol {
        line-height: 1.4em;
        list-style-type: disc;
      }
      li.directory a:before {
        content: '[ ';
      }
      li.directory a:after {
        content: ' ]';
      }

      footer {
        font-size: 70%;
        text-align: center;
      }
	@media screen and (max-width: 650px){
		div.search, footer{
			width: 80%;
		
		}
	.size{display:none}
	}