.loginInput {
  background-color: #dddddd;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid #ccc;
}
.loginButton {
  background-color: #000066;
  color: #cccccc;
  padding: 12px 20px;
  margin: 8px 0;
  border: 1px solid #ccc;
  cursor: pointer;
  font-weight: bold;
}
ul.navList {
  background-color: #dddddd;
}
li.navActive {
	background-color: #cccccc;
}

body {
	background-color: #CCCCCC;
	color: #000066;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	margin-top: 0px;
}
.dddlogo {
	background-image: url('thoughts1.jpg');
	background-color: #cccccc;
	background-position: top center;
	background-repeat: no-repeat;
	color: #000066;
	height: 100px;
	box-shadow: 0 0 8px 8px #cccccc inset;
	width: 500px;
	margin: auto;
}
.dddmissing {
	background-image: url('thoughts1.jpg');
	background-color: #cccccc;
	background-position: top center;
	background-repeat: no-repeat;
	color: #000066;
	height: 100px;
	box-shadow: 0 0 8px 8px #cccccc inset;
	width: 500px;
	margin: auto;
}
.thoughtsTable {
	background-color: #000066;
	color: #333333;
	margin: auto;
}
.thoughtsTable th {
	color: #aaaaaa;
}
.thoughtsTable td {
	padding: 3px;
}
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
a:visited {
	color: dark-blue;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}


div {

}
.centered {
	text-align: center;
}