/*
 *
  Style Sheet for Tests  
 *
 */

/* page container 1 */
table.body_container_1
{	
 	border-style: none;
	text-align: center;
	font-family: bitstream vera sans;
	font-size: 60px;
	color: #cbab13;
 	padding: 0px;
 	padding-left: 2px;
 	padding-right: 2px;
 	width: 900px;
 	height:100px;
 	white-space: normal;
}

/* page container 2 */
table.body_container_2
{	
 	border-style: none;
	text-align: center;
	font-family: bitstream vera sans;
	font-size: 24px;
	color: #cbab13;
}
/* general page settings */
body
{
	background-color: black;
	color: #f2f2f2;
	font-family: luxi serif;
	margin-left: 18px;
	margin-right: 18px;
}

/* link */
a
{
	text-decoration: none;  
	color: #ccaf67;
/*	color: #806e40; */
	font-weight: bold;
}
