1/* Copyright 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
4body {
5  -webkit-user-select: none;
6  background: none transparent;
7  margin: 0;
8  overflow: hidden;
9}
10
11a {
12  display: block;
13  text-decoration: none;
14}
15
16a:active,
17a:hover,
18a:visited {
19  color: inherit;
20  text-decoration: inherit;
21}
22