/* furry stylesheet */

body {background-color: rgb(204,153,255)}

/* text selector property values */

h1 {color: rgb(51,0,102)}
h1 {font-size: 22px}
h1 {font-weight: bold}

h2 {color: rgb(102,51,153)}
h2 {font-weight: bold}	
h2 {font-size: 16px}

h3 {color: rgb(153,102,255)}
h3 {font-size: 12px}

li, p {color: rgb(102,51,153)}

h3, li, p {font-size: 12px}
A:link, A:visited, A:active { text-decoration: none; color: rgb(51,0,102); font-family: sans-serif; font-size: 12px}

a:hover {color: white; font-family: sans-serif; font-size: 12px}


h1, h2, h3, p, li {font-style: normal}
h1, h2, h3, p, li {font-family: sans-serif}