/* CSS Document */
# @font-face {
#   font-family: Futura;
#   src: url('Futura.ttc');
# }
# .my_CSS3_class {
#   font-family: Futura;
#   font-size: 3.2em;
# }

.bar { scrollbar-face-color: #fff;
scrollbar-track-color: #fff;
scrollbar-arrow-color: #fff;
scrollbar-3dlight-color: #fff;
scrollbar-shadow-color: #fff;
scrollbar-highlight-color: #fff;
scrollbar-darkshadow-color: #fff}

/*@font-face {  
	  font-family: Futura ;  
	  src: url( /fonts/Futura.ttc ) format("truetype");  
	}*/  
h1{ 
        font-family: Futura;
		font-weight:normal;
		font-size:11px;
		text-transform:uppercase;
		text-align:justify;
		color:#FFF;
      }
	  
      /*h1{ 
        font-family: 'Beteckna Small Caps';
		font-size:10px;
		color:#FFF;
line-height: 120%;
letter-spacing: 0px;
text-rendering: optimizeLegibility;
text-align:justify
      }*/
h2{
	        font-family: 'Futura';
		font-weight:normal;
		font-size:11px;
		text-transform:uppercase;
		text-align:justify;
		color:#ff57c0;
}

h4{
        font-family: 'Futura';
		font-weight:normal;
		font-size:16px;
		text-transform:uppercase;
		text-align:justify;
		color:#ff57c0;
}
.theme{ 
        font-family: 'Futura';
		font-weight:normal;
		font-size:11px;
		text-transform:uppercase;
		text-align:justify;
		color:#fff;

      }
.dj{
	    font-family: 'Futura';
		font-weight:normal;
		font-size:11px;
		text-transform:uppercase;
		text-align:justify;
		color:#ff57c0;
}
.edge {
	border: 2px solid #E562A4;
}
.pink{
	font-family:"Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 11px;
	color:#ff57c0;
}
.black{
	font-family:"Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 11px;
	color:#fff;
}
.bg {
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}

a.one{
	font-family: "Courier New", Courier, monospace;
	color: #ccc;
	font-size: 11px;
	font-weight:bold;
	text-decoration: underline;
	}
a.one:link {
	color: #ccc;
}
a.one:visited {
	color: #ccc;
}
a.one:hover {
	color: #fff;
}
a.two{
	    font-family: 'Futura';
		font-weight:normal;
		font-size:11px;
		text-transform:uppercase;
		text-decoration: none;
	}
a.two:link {
	color: #ff57c0;
}
a.two:visited {
	color: #ff57c0;
}
a.two:hover {
	color: #fff;
}
a.three{
	font-family: "Courier New", Courier, monospace;
	color: #fff;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
		margin-left:10px;
		display:block
	}
a.three:link {
	color: #fff;
}
a.three:visited {
	color: #fff;
}
a.three:hover {
	color: #ff57c0;
}
input[type=text]
{
   font-size: 11px;
   font-family: Arial, Helvetica, sans-serif;
   color: #fff;
}
input[type=submit]
{
   border: 1px groove #cccccc;
   border-top-color: #cccccc;
   border-left-color: #cccccc;
   background-repeat: repeat-x;
   background-color: #cccccc;
   color: #ffffff;
   font-size: 11px;
   font-family: Verdana, Helvetica, Arial, sans-serif;
}
.bg {
	background-image: url(images/bg_img.png);
}

