/*style for IRC website
*/

/*menu +other buttons */

a.button {text-decoration: none; font-size:12pt; color: #005151;background-color: #FFFFC0; width: 100%;}
a.button:hover {color: #FFFFC0;background-color: #005151;}
a.button:active {color: #cc0000;}

/* links */
A {color: #005151;}
a:hover {color: #cc0000;}
a:active {color: #cc0000;}

/* when background is #005151 and width not required. */

a.white {color: #ACC2FE; background-color: #005151;}
a.white:hover {color: #cc0000; background-color: #005151;}
a.white:active {color: #fffff;}

/* events table */
body.events {font-size:12pt;}
a.events {color: #ACC2FE; background-color: #005151; width: 100%;}
A.events:hover {color: #cc0000;} 

/*headings*/

h1 {color: #cc0000}

/*MENU*/

body.menu {font-size:10pt; color:#ffffff;}


/* didn't like this......  a:visited {color: black;} */ 

