A:link { text-decoration:none; font-weight:none;  text-transform:uppercase; color:#fb03ac; }
A:visited { text-decoration:none; font-weight:none;  text-transform:uppercase; color:#fb03ac; }
A:hover { text-decoration:none; font-weight:none; text-transform:uppercase; color:#ffffff; }

A.buttons:link { text-decoration:none; font-face:georgia; font-weight:none; font-size:18px; text-transform:uppercase; color:#ffffff; }
A.buttons:visited { text-decoration:none; font-face:georgia; font-weight:none; font-size:18px; text-transform:uppercase; color:#ffffff; }
A.buttons:hover { text-decoration:none; font-face:georgia; font-weight:none; font-size:18px; text-transform:uppercase; color:#fb03ac; }

h1 {
	font-family: georgia;
	font-size: 40px;
	font-weight: 200;
	text-transform: uppercase;
	vertical-align: bottom;
	padding-top: 5px;
	margin-bottom: -5px;
	margin-left: 10px;
	color: #fb03ac;
}

h2 {
	font-family: georgia;
	font-size: 15px;
	font-weight: 200;
	text-transform: uppercase;
	vertical-align: bottom;
	padding-top: 5px;
	margin-bottom: -5px;
	margin-left: 10px;
	color: #ffffff;
}

h3 {
	font-family: tahoma;
	font-size: 10px;
	font-weight: 200;
	text-transform: uppercase;
	vertical-align: bottom;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #ffffff;
}

h4 {
	font-family: georgia;
	font-size: 40px;
	font-weight: 200;
	text-transform: uppercase;
	vertical-align: bottom;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: -9px;
	margin-left: 10px;
	color: #fb03ac;
}

hr {
	height: 1px;
	border-top: solid 1px #757373;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	width: 100%;
}

ul.noindent {
 	list-style-type: circle;
	margin-left: 10px;
	padding-left: 3px
}

.text {
	font-size: 10px;
	font-family: tahoma;
	color: #757373;
	text-indent: 50px;
	text-transform: uppercase;
	letter-spacing: 0px;
	word-spacing: 2px;
	line-height: 10px;
	text-align: justify;
}

.text2 {
	font-size: 10px;
	font-family: tahoma;
	color: #757373;
	text-transform: uppercase;
	letter-spacing: 0px;
	word-spacing: 2px;
	line-height: 12px;
}

.copyright {
	font-size: 10px;
	font-family: tahoma;
	color: #b3b2b3;
	text-indent: 3px;
	text-transform: uppercase;
	margin-right: 5px;
	letter-spacing: 0px;
	word-spacing: 2px;
}

.image {
	border: solid 1px #757373;
}

.tooltip {
	font-family: tahoma;
	color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px;
	text-align: left;
	background-color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #757373;	
}

body {
	background-image: url(bg.jpg);
	background-attachment: fixed;
	background-color: #626262;
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}

html, body {
	overflow: auto;
}