/* 
   file: swarm-main.css 

   2000.02.09: author: A.Helm (helm@gfz-potsdam.de)
   2001.07.06: Version 1.03 sub/sup ergaenzung von H.Plug, a.h. 
   2002.05.06: Version 1.04 added dl tag, added h5 to fontfamily arial,
               size (-2pt) of fonts, a.h
   2005.01.10: modified for 'swarm' by Martin Rother.
*/

body 
{ 
 margin-left:      5%;
 margin-right:     5%;
 background-color: white;
 color:            black;
 font-family:      Arial,sans-serif;
 font-size:        10pt;
}

a:link    { color:#005BB7; text-decoration:none;  }
a:hover   { color:black;   background-color:gold; }
a:visited { color:#005BB7; text-decoration:none;  }
a:active  { color:black;   text-decoration:none;  }

p,h1,h2,h3,h4,h5,ul,ol,li,div,td,th,dl,address,blockquote,nobr,b,i,sub,sup
{ 
 font-family:Arial,sans-serif; 
}
tt 
{ 
 font-family:Courier New,Courier; font-size:10pt; color:black;
}
h1{font-size:22pt;text-align:center;}
h2{font-size:19pt;text-align:center; color:#005BB7; margin:0pt;}
h3{font-size:13pt;text-align:center; color:black; margin:0pt;}
h3.onblue{font-size:13pt;text-align:center; color:white; margin:0pt;}
h2.left{text-align:left; color:#005bb7; margin:0pt;}
h4{font-size:12pt;text-align:left;}
h4.std{text-align:center;}
h5{font-size:10pt;text-align:left; margin: 2px;}
table.c{text-align:center; border:0pt;}

p,ul,ol,li,div,td,th,nobr,b,i
{ 
 font-size:10pt; 
}
sub,sup  
{ 
 font-size:8pt;
}
p 
{ 
 margin-left:0.5em;
 margin-right:0.5em;
 font-size:10pt;
 font-style:normal;
}
.center 
{ 
 text-align:center;
}
.caption 
{
 color:gray; 
 margin-left:5%; 
 margin-right:5%;
}
ul 
{  
 list-style-type:disk;
}
em 
{ 
 /*background:khaki;*/
 font-style:normal;
}
address 
{ 
 font-size:8pt; font-style:normal;text-align:left; color:gray;
}
tr.inv   {background:#005bb7;}
tr.title {background:#dddddd;}
tr.entry {background:#eeeeee;}
th.c     {text-align:center; }

#boxed
{
 border-style:    solid;
 border-color:    black;
 border-width:    thin;
 background:      #dddddd;
}
#thinframed 
{
 border-width:   thin;
 border-style:   solid;
 border-color:   #005bb7;
 padding:        1px;
}
#footbar
{
 border-width:    thin;
 border-style:    solid;
 border-color:    #005bb7;
 padding:         1px;
 font-size:       10pt;
 color:           #005bb7;
 text-decoration: none;
}

/* EOF content.css */
