/* CSS file */

/**************************************/
/* basic body                         */
/**************************************/
body
{
color:#494949;
background-color:white;
font-family:Georgia, Palatino, Times New Roman;
margin-left: 60px;
margin-right: 20px;
}


h1, h2, h3, h4, h5, h6,title
{
color:black;
font-family: arial, helvetica, sans-serif;
letter-spacing: 5px;
font-variant:small-caps;
}


/****************************/
/* misc items               */
/****************************/

ul
{
list-style: circle; 
}

ol
{
list-style: decimal; 
}

li,th,td
{
 font-size: 95%;
/* font-size: 100%; */
}

li.space
{
margin-left: 0;
margin-right: 10%;
margin-top: .5em;
margin-bottom: .5em;
}

address
{
 font-size:70%;
}

a:link    {color:rgb(0, 112, 170)}
a:visited {color:rgb(0, 80, 110)}

/*
a:link    {color:#008888}
a:visited {color:#004444}

a:link    {color:#00aa77}
a:visited {color:#005522}

a:visited {color:#dd4800}
a:hover   {color:mediumblue}
a:active  {color:yellow}
*/

/* misc items */

.reverse
{
     color:rgb(220, 220, 220);
     background-color:black;
}


.name
{
  font-size:1.65em;
  font-weight:bold;
  color:black;
  font-family: arial, helvetica, sans-serif;
  letter-spacing: 5px;
  font-variant:small-caps;
}

.name2
{
  font-size:1.65em;
  font-weight:bold;
  color:black;
  font-family: arial, helvetica, sans-serif;
  letter-spacing: 5px;
  font-variant:small-caps;
}

.san-serif
{
font-family: arial, helvetica, sans-serif;
}
