body{
margin: 0;
color: white;
alink: red;
vlink: grey;
    background-color: #3366cc;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
	}
li{
margin-left:12px;
float: left;
}
@media (max-width : 500px) {
img { width:30%; transition:width 0.5s ease; }
#bimg:hover img { width:45%; }
	p {font-size:8px;}
	h2 {font-size:12px;}
}

@media (max-width : 1000px) {
img { width:45%; transition:width 0.5s ease; }
#bimg:hover img { width:75%; }
	p {font-size:10px;}
	h2 {font-size:14px;}
}

@media (max-width : 2500px) {
img { width:65%; transition:width 0.5s ease; }
#bimg:hover img { width:100%; }
	p {font-size:14px;}
	h2 {font-size:18px;}
}