
a:link{
        color:            #0000ff;
        text-decoration:  none;
        border-style:          none;
}
a:visited{
        color:            #550055;
        text-decoration:  none;
        border-style:          none;
}
a:hover{
        color:            #00a; 
        text-decoration:  none; 
        background:       #ff7;
        border:          1px solid #aa5;
}

blockquote{
     margin:            1em 0.5em 1em 1.5em;    
  }

/* ========= •¶Žš ========= */

.b{    font-weight:    bold;
}

.r{    color:    #aa0000;
}

.gr{    color:    #00aa00;
}

.bu{    color:    #0000aa;
}

.i{    font-style: italic;
}

.c{    text-align: center;
}

.s{    font-size: small;
}

