﻿body {
font-family:"Futura Lt BT", "AvantGarde Bk BT", Arial, sans-serif;
letter-spacing: 2px;
}

.trans {
color: #fff;
width: 100%;
background: transparent;
filter: alpha(opacity= 90);
-moz-opacity: .90;
opacity: .50;
font-family: "Futura Md BT", "Arial Black"  ;
font-size: 300%;
font-weight: 900;
letter-spacing: 2px;
}

.trans_h2 {
color: #fff;
width: 100%;
background: transparent;
filter: alpha(opacity= 90);
-moz-opacity: .90;
opacity: .50;
font-family : "Futura Md BT", "Arial Unicode MS";
font-size: 120%;
font-weight: 200;
}

.trans_h3 {
color: #fff;
width: 100%;
background: transparent;
filter: alpha(opacity= 90);
-moz-opacity: .90;
opacity: .50;
font-family: "Futura Md BT", "Arial Unicode MS";
font-size: 110%;
font-weight: lighter;
}


h1 {
background-position: 0px 0px;
background-repeat: repeat;
background-attachment: scroll;
color: #FF6600;
font-size: 120%;
letter-spacing: 3px;
text-align: left;
}
h2 {
background-position: 0px 0px;
background-repeat: repeat;
background-attachment: scroll;
font-weight: lighter;
font-size: 110%;
}
h3 {
background-position: 0px 0px;
background-repeat: repeat;
background-attachment: scroll;
font-weight: 600;
font-size: 95%;
}
h4 {
background-position: 0px 0px;
background-repeat: repeat;
background-attachment: fixed;
color: inherit;
font-weight: lighter;
font-size: 87%;
}
h5 {
font-weight: normal;
font-size: 80%;
}
h6 {
color: #666666;
font-weight: lighter;
font-size: 70%; }


a:link {
color: #ffffff;
text-decoration: none;
text-align: center;
}
a:hover {
color: orange;
text-decoration: ;
border-bottom: 1px dotted, red;
background-color: black;
}
a:active {
color: yellow;
text-decoration: none;
}
a:visited {
color: #ffffff;
text-decoration: none;
}

