/* When using the <a> tag, all links are purple */

a:link { color:#993366; }
a:visited { color:#993366; }
a:active { color:#993366; }

/* The body attributes are used until override by others */

body {font-family:Arial; color:#993366}
h1           { color: #993366; font-family: Comic Sans MS }
h2           { color: #993366; font-family: Comic Sans MS }
h3           { color: #993366; font-family: Comic Sans MS }
h4           { color: #993366; font-family: Comic Sans MS }