/** This is the default font for the content */
body { font-family: Arial, Helvetica, sans-serif; }
p { color: #666; }

/* colours */
.white { color: #fff; }
.black { color: #000; }
.grey { color: #666; }
.green_dark { color: #002726; }
.green_light { color: #264746; }
.cream { color: #ECE9D8; }
.gold_light { color: #DDD500; }
.gold_medium { color: #C4BE00; }
.gold_dark { color: #A49F00; }

/* sizes */
.size_tiny { font-size: 50%; }
.size_small { font-size: 70%; }
.size_normal { font-size: 100%; }
.size_medium { font-size: 130%; }
.size_large { font-size: 160%; }
.size_extra_large { font-size: 220%; }

h1, h2, h3, h4, h5, h6 { font-family: "Times New Roman", Times, serif; font-size: 130%; }