a img { border: none; }
a     { outline: none; }

p   { margin-top: 0em;  margin-bottom: 0em;}
pre { margin-top: 0em;  margin-bottom: 0em;}

.hidden { display: none; }
.clear { clear: both; }

.left   { float: left; }

.text-bold   { font-weight: bold; }
.text-center { text-align: center; }

.green  { color: green; }
.red    { color: red; }

.bgreen { background-color: #cfc; }
.bred   { background-color: red; }
.bored  { border: 1px solid red; }

.bold      { font-weight: bold; }
.italic    { font-style: italic; }
.underline { text-decoration: underline}

.tcenter { text-align: center; }

/* #container {border: 1px solid; padding: 5px;} */

input[type="search"] { -webkit-appearance: textfield; }
