body {
	background-color: #000000;
	color: white;
  	font-family: arial, sans-serif;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}

p.quote{
	margin: 10%;
	text-align: center;
	font-style: italic;
}

h2 {

}

a{
	font-weight: 700;
	font-size:medium
} /* links*/

a:link{
	color:lightblue;
}/* unvisited link */
     
a:visited {
	color: purple
}  /* visited link */

a:hover {}   /* mouse over link */

a:active {}   /* selected link */

.reference{
	font-style: normal;
	font-size: smaller;
	}
.menuitem { 



	}
.menu {
	list-style-type: none;
	text-align: center;
	padding: 0 0 0 1%;
	width: 88%;
	}

.menuobj { 
	width: 11em;
	position: relative;
	top: 350px;
	}


.contents{ 	
	float: right;
	width: 80%;
	top: -7em;
	position: relative;
	}



.center{
	text-align: center;
}
.bold{
	font-weight:bold;
}
.italics{	
	font-style: italic;
}

.caption{
	position: relative;
	top: -3em;
	left:590px;
	font-size: xx-small;


}
.annoucement {
	list-style-type: none;}
