/* ===================================
top items
==================================== */
body{
margin:0;
padding:0;
line-height: 1em;
font-family: arial,sans-serif;
font-weight: normal;
font-size: 100%;  /* use percentages here, and ems in actual definitions */
}
img{
margin: 0;
padding: 0;
border: none;
vertical-align: middle;
}
p, th, li{  /* don't put td in here or <td><p> shows up tiny! */
font-family: arial,sans-serif;
font-weight: normal;
font-size: 0.75em;
}
.center{
text-align: center;
}
.right{
text-align: right;
}
.left{
text-align: left; /* mainly used in th... */
}
a{
font-family: arial,sans-serif;
}
a:link{color: #09c; text-decoration: none;}
a:visited{color: #09c; text-decoration: none;}
a:hover{color: #000; text-decoration: underline;}
a:active{color: #ff0; background-color: #000; text-decoration: underline;}
