body {text-align: center; background-image: linear-gradient(#9090cc, #cccccc 350px); font-family: Tahoma, Verdana, Sans-serif; font-size:12pt; color: #0000aa; background-color: #CCCCCC; margin:10px; margin-left:25%; margin-right:25%;}

a {color:#0000aa;}
a:hover {color:#0000ff;}
a:active {color:#ccccff;}
a:visited {color:#0000aa;}

.back_button {position:fixed; top:5px; left:5px; cursor: "pointer";}
.back_button:hover {-webkit-transform: scale(1.06); transform: scale(1.06); -webkit-filter: contrast(120%); filter: contrast(120%);}
.back_button:active {-webkit-transform: scale(0.94); transform: scale(0.94); -webkit-filter: contrast(180%); filter: contrast(180%);}

#user_terms {background-color:#aaaabb; margin:20px; padding:10px;}

@media screen and (max-width:900px)
     {body {margin-left:15%; margin-right:15%;}
     }

@media screen and (max-width:600px)
     {body {margin-left:5%; margin-right:5%;}
     }