/* CSS Document */

html, body, #container  {width:100%;height:100%;margin:0;padding:0;}

body {
 background-color:#000;
  font-family:arial , Verdana , helvetica;
  font-size:13px;
  color:#000;
}

.reveal 
{
	font-family: Adobe Garamond Pro;
	autoSize: center;
	autoSize: center;
	embedFonts: true;    
	font-size: 30;
	align: center;
}

.caps 
{
	font-size: 30;
}

.smallcaps 
{
	font-family: Adobe Garamond Pro;
	font-weight: bold;
	font-size: 20;
}