
a:link {text-decoration: none;} 
a:visited {text-decoration: none;}
a:focus {text-decoration: underline;}
a:hover {text-decoration: underline;}
a:active {text-decoration: underline;}

a:link {color: #000000;}
a:visited {color: #000000;}
a:focus {color: #0000FF;}
a:hover {color: #0000FF;}
a:active {color: #0000FF;} 


@media screen and (max-width: 600px) {
        div#wrapper {
              width: 400px;}
        

        div#header {
              position: relative;}

	div#header h1 {
              font-size: 140%;}

        #content {
              float: none;
              width: 100%;}
        #navigation {
              float: none;
              width: auto;)
     }



