/* core-style css. */
/* xxxhttp://www.westciv.com/style_master/academy/hands_on_tutorial/05.basic_properties.html */

body { background-color: #e8ffd1; /*ccff99;*/
color: #000000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;}

code {
font-size: 1.2em;
}

div.common {width:800px}
h1 {}

h3 {
letter-spacing: 5px;}

h4 {
letter-spacing: 4px;}

p { }

img { float: none;  padding: 10px}

img.fl { float: left; margin: right 20em; }

td {font-size: 1em;}

span.gr { color:#009900}

table {width: 800px}


