body {
background-image: url(carbon3.jpg);
font-family: Helvetica Neue;
}
h1,h2,h3 {
color: white;
}
p {
color: gray;
}
a {
-moz-transition: color .2s ease-in;
-o-transition: color .2s ease-in;
-webkit-transition: all .2s ease-in;
transition: all .2s ease-in;
color: lightgray;
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
color: white;
text-shadow: 0 0 3px white;
text-decoration: none;
}
a:active {
text-decoration: none;
}
.mainbody {
background: rgba(0,0,0,0.5);
border-radius: 4px;
padding: 5px;
}