body
{
	background-image : url('/images/background1.jpg');
	background-repeat : no-repeat;
	background-color : #ffffff;
      margin: 30px;
}

body, td
{
	font-family: Verdana, sans-serif;
	color: #000000;
}

.article
{
    width: 60em;
}

h1
{
    font-weight: bold;
    font-size: 144%;
    color: #AD1F1F;
    margin-bottom: -10px;
    text-align : center;
}

td > h1
{
    font-weight: bold;
    font-size: 144%;
    color: #AD1F1F;
    margin-bottom: -10px;
    text-align : center;
}

.toc
{
    color: #006666;
}

h2.subtitle
{
    color: #006666;
    text-align : center;
}

h2
{
    font-size: 120%;
    font-weight: bold;
}

h3
{
    font-size: 100%;
    font-weight: bold;
    color: #009999;
    margin-bottom: 0;
}

p
{
    margin-top: 0;
}

h4
{
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 0;
}

h5
{
    font-size: 100%;
    font-style: italic;
    font-weight: normal;
    color: #009999;
    margin-bottom: 0;
}

.abstract
{
     font-style: italic;
     margin-left: 1em;
     margin-right: 1em;
}

div.abstract > p:first-child
{
    margin-bottom: 0;
}

a 
{	font-weight: bold;
	color: #AD1F1F;
}

a:visited 
{	font-weight: bold;
	color: #808080;
}

a:active 
{  font-weight: bold; 
   color: #ff7f00; 
}

.sidebar
{  float: right;
   padding: 5px;
   margin: 4px;
   border: 1px solid;
}