/*
----------------------------------------------------------------------------------

UMEÅ UNIVERSITET
Institutionen för informatik
Kurs: CSS-baserad webbdesign

----------------------------------------------------------------------------------
*//*
----------------------------------------------------------------------------------

Namn: Joakim Eriksson

----------------------------------------------------------------------------------
*/

/* Skriv dina selektorer och deklarationer nedanför denna kommentar */

body {
	color: #555555;
	background-color: #FFF;
	font-size: 0.95em;
	font-family: "Times New Roman", serif;
}

h1 {
	font-size: 40px;
	font-weight: bold;
}

h2 {
	font-size: 30px;
	font-style: italic;
	padding-top: 10px;
}

a {
	color: #555555;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	font-family: "Comic Sans MS";
}

li {
	letter-spacing: 1px;
}

#content {
	background-color: #ffffff;
	width: 838px;	/* lägger till bredd, centrering och marginal för att det skall bli snyggare */
	height: 533px;
	margin: auto;
	padding: 20px;
	background-image: url(pics/common/welcome-amalia.jpg);
}
#content2 {
	background-color: #ffffff;
	width: 838px;
	margin: auto;
	padding: 20px;
}

