/* set standard background colour*/
body {
  background-color:#FF0000; 
}

/*Setting all font Styles*/

/*Setting general Font styles*/
.genfont {
  font-size: 12pt; 
  font-family: verdana, geneva, sans-serif;
}

Set Image details
img {border-width: 5px; 
     border-style: solid; 
     margin: 10px;
}

.center {
  text-align: center;
}