/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-family: "Times New Roman", Times, serif; font-size: 40px; color: #fefffd; font-weight: normal; text-transform: lowercase;
}
h1 em { font-style: normal; color: #f00675;}
#rightCol h1 {color: #f00675;font-size: 30px;font-weight: normal; }
#rightCol h1 em, #rightCol h2 em, #leftCol h2 em { color: #470060;font-style: normal;}

h2, h3 {font-family: "Times New Roman", Times, serif;font-weight: normal;
  font-size: 24px; color: #f00675;
}


h4 {
  font-size: 19px; font-weight: 600;color: #fefffd;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}
p { font-size: 13px; line-height: 18px;}
span.headerText {font-family: "Times New Roman", Times, serif; font-size: 50px; line-height: 50px;}
.lightpink { color: #fefffd;}
.pink, .moirsColor { color: #f00675;}
.purple { color: #470060;}

a {color: #f00675;text-decoration: underline;}
a:hover { text-decoration: none; }

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}