/* HREF links with underlines just while hovering */
a:link    { color: #0000E0; text-decoration: none; }
a:visited { color: #000080; text-decoration: none; }
a:hover   { color: #E00000; text-decoration: underline; background-color: yellow; }
a:active  { color: #E00000; text-decoration: underline; }
a:focus   { color: #00E000; text-decoration: underline; }


/* Framed FORM */

.framedform { border:  4px ridge blue;
    	      padding: 5px;
}
