/***********************************************/
/* deMon2k.css                                 */
/* Cascading Style Sheet for deMon2k Home Page */
/*                                             */
/* F. Janetzko, 06.05.2006                     */
/***********************************************/
body{
	font-family: 'Times New Roman',Times,serif;
	color: #000000;
	background-color: white;
	font-size: +1;
}

/*** hyperlink and anchor tag styles ***/
a.head         {font-size: 15px; text-decoration: none; font-weight : bold;}
a.head:link    {color:#ac0000}
a.head:visited {color:#ac0000}
a.head:active  {color:#DEC3A9}
a.head:hover   {color: #dce0d3; background-color : #ac0000;}
a.image:link    {color:white}
a.image:visited {color:white}
a.image:active  {color:white}
a.image:hover   {color:white}
a         {font-size: 15px; text-decoration: none; font-weight:normal;}
a:link    {color:#0000C0}
a:visited {color:#0000C0}
a:active  {color:#0000C0}
a:hover   {color:#0000C0;background-color:transparent;}
/*** Headlines ***/
h1.logo   {font-family: 'Times New Roman',Times,serif; font-size: 40px;
           font-weight:bold;}
h3        {font-family: 'Times New Roman',Times,serif; font-style:italic;}
cap       {font-variant:small-caps;}
/*** divisions and environments***/
div.head {text-align:center;}
div.main {text-align:center;}
div.text {text-align:justify;}
div.literature {font-size:small;}
div.em {text-align:center; color: Black; background-color: Silver; font-weight: normal}
table.download {color: Black; background-color: Silver; font-weight: bold}
img {border: 0}
