/* -------------------------------------------- */
/* html-elements.css                            */
/* -------------------------------------------- */

body { background:#FFF none; margin:0; padding:0; color:#000; 
  font:x-small/1.5em Georgia, serif; voice-family: "\"}\""; voice-family:inherit; font-size:small; letter-spacing: .8px; 
  line-height: 2em; } 
html>body { font-size:small; }

a:link { color:#000; text-decoration:underline; padding:2px 0; }
a:hover { background-color:#C4151C; color:#FFF; }
a:active { color:#C4151C; }
a:visited { color:#666; }
a:visited:hover { color:#FFF; }

input[type="text"], input[type="password"], textarea { background:#FFF; 
  border:1px solid; border-color:#FAB531; }

select { background:#FFF; border:1px solid #FAB531; }
