a:link {color: white; font-weight: normal; text-decoration: none;}

a:visited {color: white; font-weight: normal; text-decoration: none;}

a:hover {color: yellow; font-weight: normal; text-decoration: none; cursor: pointer;}

a:active {color: white; font-weight: normal; text-decoration: none;}

html,tr,td {
	background-color: black;
}

body {
	margin: 0;
	padding: 8px;
	font-family: verdana;
	background-color: black;
	color: white;
	font-size : 12px;
}

/*body tr,td,p,li {
	font-family: verdana;
	background-color: black;
	color: white;
	font-size : 12px;
}*/

h6 {
	font-size: 8px;
	font-weight:normal;
}

input {
	/*color: #330033;*/
	/*background:#FFFFCC;*/
	font-size: 12px;
	font-weight: normal;
	/*text-decoration: none;*/
	font-family: verdana;
	/*text-align: left;*/
	/*border-width: 2px;*/
	/*border-style: solid;*/
	/*border-color:#000000;*/
}
