@import "w3.css";

body {
  background-color: black;
}

a:link, a:visited {
color: red;
text-decoration: none;
}

a:link {
text-transform: none;
}

a:hover {
color: yellow;
text-decoration: underline;
cursor: pointer;
}

p.noindent, p.indent {
text-align: left;
}

p.indent {
text-indent: .5in;
}

h1{font-size:26px}h2{font-size:24px}h3{font-size:22px}
h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}
