/*
 *
  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;
}

/* 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: #FFF8E7;
	font-weight: bold;
}

/* link mouse-over */
a:hover
{
	color: black;
	background: lime;
}

/* active link */
a:active
{
	color: green;
}
