/* CSS Document */

p {
  font: normal medium Arial;
}

h3 {
  color : orange;
}

p.importantissimo {
  color: red;
}

p.italiqum {
  font-style: italic;
}

.grassouillet {
  font-weight: bold;
}

span.kunterbunt {
  color: blue;
}

.align-right {
  text-align:  right;
}

.align-left {
  text-align:  left;
}

.align-center {
  text-align:  center;
}

.align-justify {
  text-align:  justify;
}
