BODY {
	background-image: url(http://www.lingfil.uu.se/images/sigill2.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin: 0;
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.mainText {
	color: black;
	font-size: 12px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: justify;
}
.subTitle {
	color: black;
	margin-top: 20px;
	margin-left: 10px;
	font-size: 22px;
	font-weight: bold;
}
.subTitle2 {
	color: black;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
}
.header {
	color: #990000;
	font-size: 9px;
	margin-left: 10px;
	text-align: left;
}
.header a {
	color: #990000;
	text-decoration: none;
}
.header a:hover {
	color: #990000;
	text-decoration: underline;
}
#container {
	margin: auto; 
	background-image: url(http://www.lingfil.uu.se/images/greyedge.gif);
	width: 800px;
	height: 600px;
	background-repeat: repeat-y;
	border-bottom: thin solid #000000;
	border-top: thin solid #000000;
	border-right: thin solid #000000;
	border-left: thin solid #000000;
}
#content {
	width: 639px;
	height: 600px;
	background-color: white;
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	float: left;
	color: White;
        overflow: scroll;
/*        margin-left: 10px; */
}
#content td {
	color: black;
	font-size: 10px;
	text-align: left;
}
#content hr {
	color: #990000;
	width: 200px;
	text-align: center;
}
#content a {
	color: #990000;
	text-decoration: none;
}
#content a:hover {
	color: #990000;
	text-decoration: underline;
}
#left-column {
	width: 160px;
	height: 100%;
	clear: left;
	float: left;
}

#title {
	color: black;
	font-size: 28px;
	font-weight: bolder;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

#menu {
	text-align: center;
	width: 120px;
	margin: auto;
	font-size: 12px;
	color: black;
}
#menu hr {
	color: white;
	width: 85%;
	text-align: center;
        height: 1px;
        margin-top: 10px;
        margin-bottom: 10px;
}
#menu li a {
	text-align: left; 
	text-decoration: none;
	font-size: 12px;
	color: black;
	padding: 12px 0 0 8px;
}

#menu li a:link, #menu li a:visited {
	text-align: left; 
	font-size: 12px;
	color: black;
        text-decoration: none;
	display: block; 
	padding: 12px 0 0 8px;
}

#menu li a:hover { 
	text-align: left; 
	font-size: 12px;
	color: black;
        text-decoration: underline;
	padding: 12px 0 0 8px;
}


#footer {
	text-align: center;
	font-size: 10px;
	border-top: thin dashed #990000;
}
#footer a {
	color: black;
	text-decoration: none;
}
#footer a:hover {
	color: black;
	text-decoration: underline;
}