@font-face {
font-family: 'Rockwell';
src: local('Rockwell'), url('../fonts/ROCK.TTF') format('truetype');
}

body {
background: #000000 url('../images/bg.jpg') top center no-repeat;
font-family: verdana, arial, serif;
text-align: center;
}

h1 {
font-family: 'Rockwell', georgia, sans-serif;
color: #cab65d;
font-size: 24px;
line-height: 30px;
font-weight: normal;
text-shadow: 1px 1px 0 #000000;
}

h2 {
font-family: 'Rockwell', georgia, sans-serif;
color: #cab65d;
font-size: 24px;
line-height: 30px;
font-weight: normal;
text-shadow: 1px 1px 0 #000000;
}

h3 {
font-family: 'Rockwell', georgia, sans-serif;
color: #aeaeae;
font-size: 21px;
font-weight: normal;
line-height: 25px;
text-shadow: 1px 1px 0 #000000;
}

h4 {
color: #8ed37b;
font-size: 16px;
font-weight: bold;
line-height: 20px;
text-shadow: 1px 1px 0 #000000;
}

h5 {
color: #4ba186;
font-size: 14px;
font-weight: bold;
line-height: 20px;
text-shadow: 1px 1px 0 #000000;
}

p {
font-size: 12px;
line-height: 24px;
}

.left {
float: left;
}

.right {
float: right;
}

.clear {
clear: both;
}

a {
color: #8ed0e3;
text-decoration: underline;
}

a:hover {
color: #d5be05;
text-decoration: underline;
}