body {
	background-color: Black;
	padding: 0;
	margin: 0;
	height: 100%;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

p {
	font-size: 11px;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}


.tulisanmerah {
	color: #DA251D;
}

.tengah {
	height: 100%;
}


.inputsearch {
	background-color:#DA251D; 
	height: 20px;
	border: 1px solid #FFCC2A;
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	color: white;

}


.inputpesan {
	background-color:#DA251D; 
	border: 1px solid #FFCC2A;
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	color: white;

}

.tombol
{
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	border: 1px solid #FFCC2A;
	background-color: #DA251D;
	height: 20px;
}



a.tulisanmerah:hover { text-decoration: none; color: #86B1F5; background-color: #3F4859}
a.tulisanmerah:visited { text-decoration: none; color: #3F4859}
a.tulisanmerah:active { text-decoration: none; color: #DA251D }
a.tulisanmerah:link { text-decoration: none; color: #DA251D }

a:hover { text-decoration: none; color: #DA251D}
a:visited { text-decoration: none; color: #DA251D}
a:active { text-decoration: none; color: #DA251D }
a:link { text-decoration: none; color: #DA251D }