/* Eksempel hentet fra boken Cascading Style Sheets, 
** Designing for the web av Håkon Wium Lie og Bert Bos.
*/
body {
		 background:black;
		 color: white;
		 font-family: serif;
		 text-align: center;
		 line-height: 1.0;
		 margin: 1em 4em
		 }
.title {
			 font-size: 400%;
			 text-transform: uppercase;
			 }
.subtitle {
			 text-transform: uppercase;
			 }
.author {
			 font-size: 200%;
			 }
#th, #fo, #of, #bo, #es, #on, #mo, #go, #ja {
		 		display: block;
				}
#th, #fo, #of, #bo {
		 		padding: 0.6em 0 0.4em 0;
				border-bottom: 0.025em solid white;
				}

#bo			{
		 		margin-bottom: -8.1em;
				}
#es			{margin-top: 7.9em;
				}
#on,#mo, #go			{margin-top: 7.1em;
				}
#ja			{margin: 0.8em 0;
				}
				
#es2, #on2, #mo2, #go2 {
					background: black;
					padding: 0.3em;
					}
