body	{  
	background-image: url("http://www.billetproducts.com.au/images/webback.gif"); 
	background-repeat: repeat-y, x;
	background-attachment: fixed; 
	}

body	{ 
	background-color: #191718
	} 



p 	{text-align: justify; 
	font-family: arial, times new roman, sans-serif ! important;
	color: #BBBBBB; 
	font-size: 11pt ! important;}

h1 	{text-align: center; 
	}

h2 	{text-align: center; 
	font-family: arial, times new roman, sans-serif ! important;
	color: #BBBBBB; 
	font-size: 12pt ! important;
	font-weight: bold ! important;}

h3 	{text-align: center; 
	font-family: vladimir script ! important;
	color: #BBBBBB; 
	font-size: 46px ! important;
	}

h4	{text-align: center; 
	font-family: arial, times new Roman, sans-serif ! important;
	color: #BBBBBB; 
	font-size: 12pt ! important;
	}



a:link    {
  /* Applies to all unvisited links */
  color: #BBBBBB;
  text-decoration:  none;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  color:	#BBBBBB;
  } 
a:hover   {
  /* Applies to links under the pointer */
  font-weight:      bold;
  color:            #F96611;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  color: #;
  } 

