body {
	display: inline;
	background-image: url("mosaic_bw.jpg");
	font-family: Times, Times New Roman;
}

p {
     color:#000000 ;
     font-size: 12pt;
     /*font-weight: bold;*/
}

h1 { font-size: 20pt; font-weight: bold; }
h2 { font-size: 16pt; font-weight: bold; }
h3 { font-size: 14pt; font-weight: bold; }

A:link {
       font-size: 12pt;
       font-weight: bold;
       color: purple; 
}

A:visited {
       font-size: 12pt;
       font-weight: bold;
       color: black; 
}

A:hover {
       /* font-size: 14pt; */
       font-weight: bold;
       /* color: black; */
}

.menu {
        position: absolute;
        width: 20%;
	height: 100%;
        top: 2 em;
        right: 2 em;
	bottom: auto;
	left: 0;
}

.title {
	position: absolute;
	width: 65%;
	height: 200px;
	top: 2 em;
	left: 20%;
	right: 15%;
	bottom: auto;
	text-align: center;
	font-size: 14pt;
}

.icon {
	position: absolute;
	width: 10%;
	height: auto;
	top: 2 em;
	left: 85%;
	bottom: auto;
	right: auto;
}

.text {
	position: absolute;
	left: 21%;
	right: 5%;
	top: 250px;
	margin-top: 5pt;
	margin-bottom: 5pt;
	margin-left: 5pt;
	margin-right: 5pt;
	width: auto;
	height: auto;
	bottom: auto;
	background-color: white;
	text-align: left;
	font-size: 12pt;
        font-color:#000000 ;
}

table {
	align: left;
	background-color: white; 
	width: 100%;
}

td {
	align: center;
}

img {
	border: 0;
}

