﻿body {
background: #070707 url('img/background.jpg');
background-repeat: repeat-x;
background-position: 0px 80px;
font-family : "Lucida Sans";
color : #777;
letter-spacing : 1px;
font-size : 12px;
margin:0px;
}
.header {
margin-top:80px;
text-align:center;
 width:630px;
height:120px;
border:0px;
}
A:link {
text-decoration : underline;
color : #ed145b;
}
A:visited {
text-decoration : underline;
color : #ed145b;
}
A:hover {
text-decoration : underline;
color : #fff;
}
A:active {
text-decoration : underline;
color : #ed145b;
}
input, textarea {
background-color : #fff;
color : #ed145b;
font-family : 'Lucida Sans';
font-size : 12px;
border : 1px solid #000;
}
.formradio {
background-color:#070707;
border:0px;
}
p.title {
color: #ffff01;
font-size:18px;
font-weight: bold;
}
.subtitle {
color: #00bff3;
font-size: 13px;
font-weight: bold;
}
.copy {
font-size:9px;
}
.indexcenter {
text-align:center;
}