body {
	background-color: #D2E6E2;
    color: #444444;
    font-family: verdana,"trebuchet MS",helvetica,sans-serif;
    margin: 0;
}

p {
 	font-size: small;
	line-height: 1em;
}

h1, h2, h3 {
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
}

h2 {
	font-size: medium;
}

/* HEADER */
#header {
	background-color: #000000;
	width: 100%;

}

#header h1 {
	color: #5C80B1;
	padding: 60px 0 10px 0;
	margin: 0 0 0 25px;
}

/*MENU*/
#menu {
	background: #5C80B1 repeat-x;
	padding: 8px 0 8px 0;
	margin: 0 0 20px 0;
	border: 2px solid black;
}
#menu ul {
	letter-spacing: .1em;
	font-size: small;
	display: inline;
} 
#menu ul li {
	margin-left: 0;
	padding: 3px 30px;
	
	list-style: none;
	display: inline;
}

a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a: link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: white;
	background-color: #5C80B1;
}
a:active: {
	border: 1px dashed #5C80B1;
}

/* PAGE */

#myself{
	font-family: georgia, "Times New Roman," serif;
	color: #003366;
	padding: 3px;
	font-size: medium;
	font-weight: bold;
	/*border: 1px solid #5C80B1;
	background: white;*/
}

#myself dt {
	font-family: georgia, "Times New Roman," serif;
	font-size: large;
	font-weight: bold;
}
#myself dd {
	font-size: small;
	line-height: 1.5em;
	font-weight: bold;
	padding: 5px 0 0 0;
	margin: 0;
}
	

#page {
	margin: 0 0 30px 0;
	}
#page img {
	border: 1px solid #5C80B1;
	padding: 3px;
	margin: 10px 17px 5px 27px;
	width: 200px;
	}


#page p {
	font-family: georgia, "Times New Roman," serif;
	font-size: small;
	line-height: 2em;
	}

#page a:link {
	color: #5C80B1;
	}
#page a:hover {
	color: white;
	background-color: #5C80B1;
	}


/* FOOTER */	
#footer {
	border-top: 2px solid #5C80B1;
	clear: both;
	color: #5C80B1;
	padding: 20px 30px 10px 30px;
	text-align: center;
}

#footer ul {
	display: inline;
	font-family: Arial;
	font-size: small;
	letter-spacing: .1em;
} 
#footer ul li {
	display: inline;
	list-style: none outside none;
	margin-left: 0;
	padding: 5px 15px;
	}

#footer a {
	font-weight: bold;
	color: #5C80B1;
	text-decoration: underline;
	}