/* 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: 5-Sep-2005/M.Jeusfeld                        */
/* Modified: 22-Nov-2006/M.Jeusfeld  (hover darker)       */

body {
font-family: sans-serif;
font-size: medium;
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: #007700; text-decoration: none} /* links under the cursor */

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

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


