* {
margin: 0;
padding: 0;
font-family: Verdana, sans;
font-size: 12pt;
text-align: left;
}
/* ----------------------- Text Module --------------------------------------*/
abbr{
}

acronym{
}

address{
}

blockquote{
}

br{
}

cite{
}

code{
}

dfn{
}

div{
}

em{
}

h1{
}

h2{
}

h3{
}

h4{
}

h5{
}

h6{
}

kbd{
}

p{
}

pre{
}

q{
}

samp{
}

span{
}

strong{
}

var{
}

/* ----------------------- Hypertext Module ---------------------------------*/
a{
text-decoration: none;
color: #7f7f7f;
}

a:hover{
color: #000000;
text-decoration: underline;
}

p.date
{
    font-style:italic;
    font-weight:normal;
    color:#7f7f7f;
}

/* ----------------------- List Module --------------------------------------*/
dl{
}

dt{
}

dd{
}

ol, ul{
padding-left: 15px;
list-style-position: inside;
}

ol{
list-style: decimal;
}

ul{
list-style: disc;
}

li{
list-style-image: none;
background-image: none;
}

/* ----------------------- Object Module ------------------------------------*/
object{
}

param{
}

/* ---------------------- Presentation Module -------------------------------*/
b{
}

big{
}

hr{
}

i{
}

small{
}

sub{
}

sup{
}

tt{
}

/* --------------------- Edit Module ----------------------------------------*/
del{
}

ins{
}

/* -------------------- Bidirectional Text Module ---------------------------*/
bdo{
}

/* ------------------- Forms Module -----------------------------------------*/
button{
}

fieldset{
}

form{
}

input{
}

label{
}

legend{
}

select{
}

optgroup{
}

option{
}

textarea{
}

/* ------------------- Table Module -----------------------------------------*/
caption{
}

col{
}

colgroup{
}

table{
border-collapse: collapse;
border-spacing: 0;
}

tbody{
}

td{
padding: 5px;
border: solid 1px black;
}

tfoot{
}

th{
padding: 5px;
border: solid 1px black;
text-align: center;
}

thead{
}

tr{
}

/* ------------------- Image Module -----------------------------------------*/
img{
}

/* ------------------- Client-side Image Map Module -------------------------*/
area{
}

map{
}
