TABLE{
	width : 100%
}
A {
 text-decoration: none; 
}
A:hover {
 text-decoration: none; 
 color: red; 
} 
.aphbr {
	width : 180px;
	margin-left: 7px;
	margin-right : 10px;
	border : 3px solid #CD853F;
	height : 160px;
}
#browser{
	width : 180px;
	margin-left: 7px;
	margin-right : 10px;
	border : 3px solid #CD853F;
	height : 70px;	
}
#count{
	width : 180px;
	margin-left: 7px;
	margin-right : 10px;
	height : 100px;
	border : 3px solid #CD853F;
}
BODY{
	background-color :#FFDEAD
}

#about{
	position : relative;
	width : 700px;
	margin-left: 20px;
    height : 490px;
}

#me{
	position : relative;
	right : 5px;
	top : 5px;
}

