body {
	}
	
  	div{
		border:
		 blue 5px solid;
	}
  	   a{
  	   	color: blue;
  	   }
	   visited {
	   	color: purple;
	   }
	   hover {
	   	color: red;
	   }
    	body {
  		color: #8B0000;
		background-color: #ffff00;
		background-image: url("Greypcs.jpg");
		}
	p {
		color: #000088;
		text-align: center;
		font-family: "Newtimes-Roman";
		font-size:large;
		font-weight:bold;          
	}
	#leftbox {
				position:absolute;
				left:10px;
				top:80px;
				border: 10px groove red;
				width: 233px;
				height: 303px;
				}
	#rightbox{
				position: absolute;
				left: 830px;
				top: 80px;
				border: 10px groove red;
				width: 430px;
				height: 302px;
				}
 
	

