body {
	background-color: #eeeeec;
	font-family: Sans-serif;
}

#container {
	width: 70%;
	margin: auto;
}

#menu {
	width: 100%;
	margin-top: 4em;
}

#screen {
	margin: auto;
	padding-top: 15px;
	padding-bottom: 0;
	text-align: center
}

#icon {
    border: 0;
    margin-right: 50px;
    float: right;
}

#body p {
	line-height: 125%;
	word-spacing: 0.1em;
	margin-bottom: 1.5em;
}

p.first:first-letter {
	font-weight: bold;
	font-size: x-large;
}

#menu a:link {	
	font-style: normal;
	text-decoration: none;
	color: #3465a4;
}

#menu a:visited {
	color: #3465a4;
	text-decoration: none;
}

#menu a:hover {
	border-left-style: solid;
	border-width: 10px;
	padding-left: 10px;
	margin-left: -20px;
}

#body a:link {
	font-style: normal;
	text-decoration: none;
	color: #3465a4;
}

#body a:visited {
	color: #3465a4;
	text-decoration: none;
}

#body a:hover {
	color: #5c3566;
}

a:link.title {
        font-style: normal;
        text-decoration: none;
}

a:visited.title {
        color: #cc0000;
        text-decoration: none;
}

a:hover.title {
        color: #ef2929;
        text-decoration: none;
        border: 0;
        padding: 0;
        margin: 0;
}

#body li {
	list-style-image: url('arrow.gif');
}

#body ul {
	list-style-position: inside;
	padding-left: 0;
}

#menu ul {
	width: 13em;
	list-style-position: outside;
	list-style-type: none;
	margin: auto;
}

#menu li {
	list-style-type: none;
	font-size: x-large;
	margin-bottom: 1.2em;
}

#footer {
	text-align: center;
	padding-top: 5em;
}

#footer li {
	display: inline;
	margin-right: 8em; 
}

#footer a img {
	border: 0;
}

#footer a:hover {
	border-bottom-style: solid;
	border-bottom-color: #2e3436;
	border-width: 2px;
	padding-bottom: 5px;
	margin-bottom: -7px;
}

h2 {
	color: #cc0000;
	font-size: xx-large;
	margin-bottom: 0.5em;
	padding-bottom: 18px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-color: a40000;
}

h3 {
	color: #2e3436;
	text-indent: 1em;
	margin-top: 0;
}
