/*
 * Font family definition(s) [INHERITED: yes]
 */
body {
	font-family: "Times New Roman", Times, serif;
}

/*
 * Font size definition(s) [INHERITED: yes all]
 */
body {
	font-size: 12pt; 
}
h1 {
	font-size: 16pt;
	font-weight: 100; 
}
h2 {
	font-size: 14pt;
	font-weight: 100; 
	line-height: 2em; 
}
h3 {
	font-size: 13pt;
	font-weight: 100; 
}

/*
 * Color definition(s) [INHERITED: color only]
 */
body, #centre, #display, #gallery, table.roominfo, h1, h2, h3, p, a {
	color: #000000;
	background-color: #FFFFFF;
	background-image: none;
}

/*
 * List definition(s) [INHERITED: yes]
 */
ul {
}
li {
}

/*
 * Positional definition(s) [INHERITED: text-align only]
 */
body, #centre, #display, #gallery, table.roominfo {
	display: inline !important;
	position: static !important;
	width: auto !important;
	height: auto !important;
    top: 0;
	left: 0;
	padding: 0 !important;
	margin: 0 !important;
	float: none !important;
}
#left, #right, table.artwork, p.note, #centre a span.abstract_text {
	display: none; 
}
#centre, #gallery {
	text-align: justify;
}
table.contact, table.course, table.roominfo {
	position: relative; 
	table-layout: auto;
}

/*
 * Link definition(s) [INHERITED: color only]
 */
a:link, a:visited {
	color: #990099;
	background-color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #6633CC;
}
