/*
smiley.css---display smileys in yellow box.
Chris K. Young <ckstyle@software.hedgee.com>, July 2005.
$Id: smiley.css,v 1.1 2005/07/14 09:21:08 cky Exp $

This work is placed in the public domain, and I abandon all copyright
interest in it.  Do with it what you will.
*/

.smiley {
    background-color: yellow;
    color: black;
    cursor: default;
    font-family: monospace;
    border-style: solid;
    border-width: thin;
}
