/* CSS Document */

body {
	background-color: #000000;
	font-size: medium;
	width: auto;
	position: relative;
	vertical-align: middle;
	cursor: default;
	background-position: center;
	
}

div {
	font-family:Calibri;
	font-size: 12px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
h3 {
	font-family: Calibri;
	font-size: 10px;
}
h1 {
	font-family: Calibri;
	font-size: 24px;
	color: #FF0000;
}
a {
	text-decoration: none;
	
}

a:link {color:#000000; text-decoration:none

}


a:visited {color: #000000;text-decoration:none; 
}
