Special_Style
@import url(http://fonts.googleapis.com/css?family=Voltaire);
body {
background: #000000 url('http://bertball.com/bdh/img/bdh.jpg') fixed;
background-size: cover;
background-position: bottom left;
font-family: Trebuchet MS, sans-serif;
color: white;
padding-top:15px;
}
sectionOuter {
background: rgba(0,0,0,0.75);
margin:20px;
padding: 20px;
}
h1, h2, h3 {
font-family: Voltaire, sans-serif;
text-transform: uppercase;
}
h1 {
text-align: center;
border-bottom: 1px solid white;
}
a {
color: turquoise;
}
a:hover {
text-shadow: 0 0 2px gold;
}
a.inactive {
color: gray;
}
table {
border-collapse: collapse;
}
td, th {
text-align: left;
vertical-align: top;
padding: 2px 5px;
}
th {
border-bottom: 1px solid #999;
}
td:first-of-type {
border-left: 1px solid #999;
}
right {
float: right;
margin: 0 0 10px 10px;
background: rgba(255,255,255,0.1);
padding: 10px;
}
strong {
font-size: 150%;
font-family: Voltaire, sans-serif;
text-transform: uppercase;
}