@charset "utf-8";
/* CSS Document */

* {
	font-family:"Times New Roman", serif;	
}

header, nav, aside, footer {
	display:none;	
}

header h1 {
	display:block;	
}

h1 {
	font-size:24pt;	
}

h2 {
	font-size:14pt;	
}

#main-content {
	width:100%;	
}

a:link:after {
	content: " (" attr(href) ")";	
}

