body {
	background-color:#d3989e;
	color:#330000;
	}

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


#login {
	margin-top:200px;
	text-align: center;
	}

input {
	background-color:#cccccc;
	font-size:14px;
	border:1px solid #FFCC66;
	color:#000000;
	width:200px;
	height:30px;
	}

h1 {
	font-size:32px;
	color: purple;
	font-weight: bolder;
	}

.table {
	padding: 0px  !important;
	}

th {
	padding:0px !important;
	}