/* ceur-ws.css defines how links are displayed and        */
/* possibly some other details of page rendering within   */
/* CEUR-WS.org.                                           */
/* Created: 5-Nov-2002/M.Jeusfeld                         */
/* Modified: 21-Oct-2003/M.Jeusfeld                       */

body {
font-family: sans-serif;
background-image: url(http://sunsite.informatik.rwth-aachen.de/Publications/CEUR-WS/ceurws-bg.png);
margin-left: +42px;
margin-right: +10px;
}

A:link {color: #000099; text-decoration: none}  /* display of links */
A:visited {color: #000099; text-decoration: none} /* visited links */
A:hover {color: #009900; text-decoration: none} /* links under the cursor */

H1 {color:#000000; font-family:arial, cursive, sans-serif;}

P,TABLE,TR,TD {font-family:sans-serif}


