@charset "UTF-8";
/* CSS Document */

<!--this style sheet is for the individual pages with the pictures-->


div.box{font-size:36px;
		width:220px;
		padding:10px;
		border:5px solid gray;
		margin:50px}

a:link{color:#99FFCC;
		font-size:36px}
		
a:visited{color:#99FFCC}

body {background-color:#000000;
		margin: 0;
		padding: 0;
		text-align:center}


