/** 
 * These cascading style sheets were adapted from those of the SnipSnap
 * theme from the SnipSnap system.
 * 
 * The color scheme was adapted to that of the University of Ottawa on
 * 2007-05-16 (Marcel Turcotte)
 * 
 * Copyright (c) 2000-2003 Fraunhofer Gesellschaft
 * Fraunhofer Institute for Computer Architecture and Software Technology
 * All Rights Reserved. See License Agreement for terms and conditions of use.
 * Responsible Authors: Stephan J. Schmidt, Matthias L. Jugel.
 * 
 * SnipSnap is a personal content management system in a box.
 * It is available under the terms and conditions of the GNU
 * General Public License (see license.txt).
 * 
 * The latest version is always available here:
 * 
 * 	http://snipsnap.org/
 * 
 * Installation instructions can be found here:
 * 
 * 	http://snipsnap.org/space/install
 * 
 * Enjoy your SnipSnap!
 */

@import url(wiki.css);
@import url(snip.css);
@import url(general.css);
@import url(page.css);
@import url(debug.css);


.tableCourse {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 0px;
	border-right: 0px;
 	margin: 10px 0px 0px 15px;
}

