body {
  background-color: purple;
  color: white;
  font-family:sans-serif;
  /*font-feature-settings: "palt" 1;*/
  /*background-image:url("/pictures/abehiroshi.png");*/
}
a {
  color: yellow;
}
a:visited {
  color: lime;
}
.back {
 position: fixed;
 bottom: 10px;
 right: 10px;
 padding:2pt;
 background-color: #000000;
 -webkit-border-radius: 3px; 
 -moz-border-radius: 3px;
}
::selection {
  background-color: red;
}
@media (orientation: landscape) {
    body {
    margin-left: 25%;
	margin-right: 25%;
	padding-left: 1%;
	padding-right: 1%;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
  }
}