* {
	margin: 0em;
	padding: 0em;
}
body {
	background-color: #eee;
	margin: 0 auto;
	font-size: 62.5%;
}
.logo {
	background: #000 url("cdmslogo.jpg") no-repeat 230px 10px;
	padding: 10px 0 10px 0;
	height: 80px;
}
.ol {
	border: 1px solid #000;
	padding: 9px;
	margin-left: 0px;
}
h1 {
	font-family: “Lucida Grande”, sans-serif;
	font-size: 3em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.1em;
	color: #333;
	text-align: center;
	margin-top: 20px;
}
h2 {
	font-family: “Trebuchet MS”, sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.2em;
	color: #666;
	text-align: center;
}
.wrong{
  color: red
}
p, ul {
  margin-left: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	display: inline;
	text-transform: lowercase;
	text-align: justify;
	line-height: 30px;
}
#crumbs {
	color: red;
}
#crumbs a {
	color: red;
	text-decoration: underline;
}
#crumbs a:hover {
	color: red;
	text-decoration: underline;
}
img{
  vertical-align:text-bottom;
}
a:link{
  color: #333;
  text-decoration: underline;
}
a:visited{
  color: #333;
  text-decoration: underline;
}
a:hover{
  color: red;
  text-decoration: underline;
  
}
.logout {
  float: right;
  margin: 55px 15px 0 0;
  font-size: 10px;
}
.logout a:link, .logout a:visited{
  color: #ccc;
}
.logout a:hover{
  color: #FB8D1C;
}
