/* reset all styles for crossbrowser compatibility */

ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */

:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */

ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* set defaults  */

p {
  margin: 0 0 16px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 16px 0;
}
fieldset {
  border: 2px groove #f7f7f8;
}
legend {
  margin: 0 0 0 10px;
}
#content ul {
  list-style-type: disc;
  margin: 0 0 0 40px;
}
#content ul ul {
  list-style-type: circle;
}
#content ul ul ul {
  list-style-type: square;
}
#content ol {
  list-style-type: decimal;
  margin: 0 0 0 30px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* clearing */

.clsSmall {
  font-size: 85%;
}
.clearleft {
  clear: left;
}
.clearright {
  clear: right;
}
.clearboth {
  clear: both;
}
