/* party stylesheet */

body {background-color:#CCCCCC}

/* text selector property values */

h1 {color: #333333}
h1 {font-size: 22px}
h1 {font-weight: bold}

h2 {color: #333333}
h2 {font-weight: bold}	
h2 {font-size: 16px}

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

li, p {color: black}

h3, li, p {font-size: 12px}
A:link, A:visited, A:active { text-decoration: none; color: rgb(102,51,153); 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}