* {
	margin: 0em;
	padding: 0em;
}
body {
	background-color: #1F0B00;
	margin: 0 auto;
	font-size: 62.5%;
}
.logo {
	background: #1F0B00 url("cdmslogo.jpg") no-repeat 10px 10px ;

	height: 100px;

}
.ol {
	border: 1px solid #ffffff;
	padding: 9px;
	margin-left: 0px;
		background-color: #1F0B00;
}
h1 {
	font-family: “Lucida Grande”, sans-serif;
	font-size: 3em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.1em;
	color: #ffffff;
	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: #ffffff;
	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;
		color: #fff;
}
#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: #fff;
  text-decoration: underline;
}
a:visited{
  color: #fff;
  text-decoration: underline;
}
a:hover{
  color: red;
  text-decoration: underline;
  
}
label{
color: #fff;
}
