body { 
	font-family:Arial, sans-serif !important;
	text-align:center;
	margin:0;
    padding:0;
	}
	
p	{
	text-align:left;
	}
	
table {
	font-size:100%;
	}		
	
/* links */
	
a 	{ 
	font-weight:600;
	color: #00407c; 
	text-decoration:underline;
	}
		
h1	{ 
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	font-size:180%; 
	color:#333333;
	padding-bottom:10px;
	}
		
h1.theme { 
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	font-size:160%;
	color:#bcbdc0;
	font-style:italic;
	}
	
h2	{ 
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	font-size:160%;
	color:#333333;
	vertical-align:bottom;
	}

h3	{ 
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	font-size:130%; 
	color:#333333;
	}
										  
h4	{ 
	font-family: 'Roboto Slab', serif;
	font-weight:700;
	font-size:120%; 
	color:#333333;
	}
		
h5	{ 
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	font-size:110%; 
	color:#333333;
	}

h6	{ 
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	font-size:100%; 
	color:#333333;
	}	
	
#container {
	margin:auto auto;
	width:100%;
	overflow:inherit;	
	}	
	
#content { 
	background-color:#ffffff;
	margin:auto auto;
	width:100%;
	padding-top:10px;
	height:100%;
	text-align:left;
	}

a#top, #navbar, #header, #keydates, #footer, #social { 
	display:none;
	} 
	
	


