a:link {color: #FFFF00; text-decoration:none;}
a:active {color: #FFFF00; text-decoration:none;}
a:visited {color: #FFFF00; text-decoration:none;}
a:hover {color: #FFFF00; text-decoration:underline;}

body
{
	background-color: #ffffff;
	background-image: url(stars.png);
}

table{
		background-color: #DDDDDD;
		
		background-repeat: no-repeat;
		background-position: center top;
		font-size:14px;
		font-family: TW Cen MT, Arial, Verdana;
		color:#FFFFFF;
		font-weight:normal;
		}

/*heading*/
h1 {
		font-size:50px;
		font-family: TW Cen MT, Arial, Verdana;
		color:#FFFF00;
}

/*content*/
h2 {
		font-size:11px;
		font-family: TW Cen MT, Arial, Verdana;
		color:#FFFF00;
}		

input, textarea, select
{
	background-color: #FFFFFF;
	border: #999999 1px solid;
	color: #6633CC;
	font-family:  Tahoma, verdana, Arial;
	font-size: 12px;	
}

.textBox
{
	width: 200px;
	height:18px;
}
