* {
    font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
    padding: 0; 
    margin: 0;
    border: 0
    }

body,textarea { 
    background: white;
    color: black;
    }

a:link		{ color: blue; text-decoration:none }
a:visited	{ color: purple; text-decoration:none }
a:visited:hover,a:link:hover	{ color: black; background:yellow;text-decoration:underline }

.hi	{ color: orange }

h2,.ce,.sce	{ text-align: center }
.le		{ text-align: left }
.ri		{ text-align: right }
.ju		{ text-align: justify }

.sml	{ font-size: small }
.nav	{ font-size: large }

.f1	{ font-size: 53px }
.f2	{ font-size: 37px }

p,img	{ margin: 8px }

h1,table,.nav	{ margin-top: 8px }

textarea	{ border: 1px inset }
.bu		{ border: 2px #ffc outset }
.nob		{ border: none }

.bgr {
    background: #001;
    border-radius: 25px;
    padding: 16px;
    margin: 2%;
    }
