/* CSS Document */

.body{
	font-family:Helvetica;
	color:#999999;		
	font-size:18px;
	text-align:center;
}

.enlargeBtn{
	font-family:Helvetica;
	color:#999999;		
	font-size:13px;
	text-align:center;
}

.normText{
	font-family:Garamond;
	color:#000000;
	font-size:18px;
	text-indent: 2.0em;
	
}

.exhibitionTitle{
	font-family:Garamond;
	color:#999999;
	font-size:20px;
	
}

a{
	color:#990000;	
	font-family:Garamond;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:#CCCCCC;	
	font-weight:bold;
	text-decoration:none;
}

.footer
{
	font-family:Garamond;
	color:#999999;		
	font-size:12px;
	text-align:center;	
}

a:footer
{
	color:#999999;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

<style type="text/css">
/* pushes the page to the full capacity of the viewing area */
html {height:100%;}
body {height:100%; margin:0; padding:0;}
/* prepares the background image to full capacity of the viewing area */
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
/* places the content ontop of the background image */
#content {position:relative; z-index:1;}
</style>





