all the following statements are correct and produce the exact same result:
body{font-size:20px;line-height:150%;}
body { font-size:20px; line-height:150%; }
body { font-size : 20px ; line-height : 150% ; }
body
{
font-size: 20px;
line-height: 150%;
}