/* CSS Document */

body {
  font-weight: normal;
  font-size:16px;
  color: #ffffff;
  font-family:  "verdana", "arial",  "Sans-serif", "Eras Light ITC";
  background-color: #000000;
  background-image: url(../images/bg-bortysworld.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-position: top; 

}

a:link {
	font-weight: bold;
	color:#07cbd8;
	text-decoration:none;
}

a:visited {
	font-weight: bold;
	color: #76746c;
	text-decoration:none;
}

a:active {
	font-weight: bold;
	color: #634f32;
	text-decoration:none;
}

a:hover {
	color:#eda201; 
	text-decoration:none;
}

h1 {
	font-weight: bold;
	font-size:22px;
	color: #999999;
	font-family: "Eras Light ITC", "verdana", "arial";
}

p {
	font-weight: normal;
	font-size:16px;
	color: #ffffff;
	font-family:  "verdana", "arial", "Sans-serif", "Eras Light ITC";
}

td {
	font-weight: normal;
	font-size:16px;
	color: #ffffff;
	font-family:  "verdana", "arial", "Sans-serif", "Eras Light ITC";
}






