body { background-color: white;  color: black; font-size: 80%; font-family: Arial }



div, p { font-family: Arial; font-size: 90% }



h1, h2, h3, h4 { font-family: Arial;  font-style: bold;  color: #ff4032 }

h1 { font-size: 150% }

h2 { font-size: 130% }

h3 { font-size: 120%; text-indent: 10px }

h4 { font-size: 110% }



small { font-family: Arial; font-size: 70%; font-style: bold }



a:link { color: #c79f6d; font-family: Arial }

a:visited { color: #404040; font-family: Arial }





.colorA { color: #1c0b5a }  /* This is a royal blue. */

.colorB { color: #ff401b }  /* This is a reddish colour. */

.colorC { color: #808080 }  /* This is gray. */

.colorD { color: #c79f6d }  /* This is beige. */

.spoiler { color: white }   /* This is for making spoilers invisible. */

.recent { color: #FF8040 }  /* This is an orangish colour (for recent additions) */



.inverseA { color: white; background-color: #1C0B5A }





#big { font-size: 110% }

#tiny { font-size: 60% }

#upper { text-transform: uppercase }

#heavy { font-style: bold }



#mainfont { font-family: Arial; font-size: 80%; font-style: bold }

#bigfont { font-family: Arial; font-size: 110%; font-style: bold }

#tinyfont { font-family: Arial; font-size: 70%; font-style: bold }



#indent { text-indent: 10px }



