body                      {background-color:navy;}
div#title                 {text-align: center; color: blue;                                                             background-color: white; line-height:2; border: solid red 10px; }
div#menu                  {text-align: center; color: red; font-size: 25; }
div#price                 {color: white; text-align: center;}
div#1                     {float: left; width: 50%; background-color: blue; color: white;                                font-size: 20}
div#2                     {float: right; width: 50%; background-color: white; color: red;                               font-size: 20}
div#3                     {float: left; width: 50%; background-color: red; color: white;                                font-size: 20}
img#left                  {float: left;}
img#right                 {float: right;}
p                         {color:red; font-size:20;}
a:link                    {color:white;}
a:visited                 {color:red;}
a:active                  {color:blue;}
