/* skaarpictures.com – shared typography & utility classes (extracted from repeated inline CSS) */

P.main { font-family: "Comic Sans MS", Arial, sans-serif; font-size: 11pt; font-weight: bold; }

.sublinesitalic {
  font-family: "Comic Sans MS", sans-serif;
  font-style: italic;
  font-weight: normal;
  color: #800000;
}

.headlines {
  font-family: "Comic Sans MS", sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #800000;
  text-decoration: none;
}

.headlinessmall {
  font-family: "Comic Sans MS", sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: #800000;
  text-decoration: none;
}

.headlinesSmallColor {
  font-family: "Comic Sans MS", Arial, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: #004000;
}

.headlinesmedium {
  font-family: "Comic Sans MS", sans-serif;
  font-size: 14pt;
  font-weight: bold;
  color: #800000;
  text-decoration: none;
}

.headlinesbig {
  font-family: "Comic Sans MS", sans-serif;
  font-size: 20pt;
  font-weight: bold;
  color: #800000;
  text-decoration: none;
}

.headlinesblack {
  font-family: "Comic Sans MS", sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: black;
  text-decoration: none;
}

.sublines {
  font-family: "Comic Sans MS", sans-serif;
  font-size: 8pt;
}

.mini {
  font-family: "Comic Sans MS", sans-serif;
  font-size: 9pt;
}

.infotext {
  font-family: "Comic Sans MS", sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: normal;
  color: #800000;
  text-decoration: none;
}

.infotextbold {
  font-family: "Comic Sans MS", sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: bold;
  color: #800000;
  text-decoration: none;
}

.infotextboldgreen {
  font-family: "Comic Sans MS", sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: bold;
  color: #008080;
  text-decoration: none;
}

.infotextnormal {
  font-family: "Comic Sans MS", sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: normal;
  color: #800000;
  text-decoration: none;
}

.infotextitalic {
  font-family: "Comic Sans MS", sans-serif;
  font-size: 9pt;
  font-style: italic;
  font-weight: normal;
  color: #800000;
  text-decoration: none;
}

.bluetext {
  font-family: "Comic Sans MS", sans-serif;
  font-size: 10pt;
  font-weight: normal;
  color: #0000FF;
  text-decoration: none;
}

.redtext {
  font-family: "Comic Sans MS", sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #FF0000;
  text-decoration: none;
}

.Body-Text {
  font-family: "Comic Sans MS", "Times New Roman", serif;
  font-size: 8pt;
  text-indent: 0pt;
  line-height: 10pt;
}

.headlinesgreen {
  font-family: "Comic Sans MS", Arial, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: #004000;
}

.textanimlink,
a {
  text-decoration: none;
}

/* Page-wide background / link colors (matching existing inline body attributes) */
body {
  background-color: #ffffcc;
  color: #800000;
}
a:link, a:visited, a:active {
  color: #CC0033;
}
