body { background-color: white; width: auto; height: auto; margin-right: auto; margin-left: auto; }

p {}

td {}

a:link { color: blue }

a:visited { color: purple }

a:hover { color: purple }

a:active { color: red }
.header  /* header */ { color: red; font-size: larger; font-family: arial; font-stretch: semi-expanded; background-color: transparent; background-image: none; text-align: right; top: 0; width: 600px; height: 100px; float: left; margin: 0; padding: 0 100px 0; border-color: black; }
.logo { background-image: url(../images/yoga.jpg); background-repeat: no-repeat; top: 0; left: 50px; width: 110px; height: 110px; margin: 10px; padding: 10px; }
.links { font-size: large; font-family: arial; font-stretch: semi-expanded; text-align: center; top: 120px; width: 700px; height: 25px; float: left; margin: 10px 50px 10px 10px; padding: 10px 50px; }
.links a:link { color: gray; text-decoration: none; }
.links a:visited { color: gray; text-decoration: none; }
.image { top: 190px; width: 800px; height: 300px; float: left; }
.txt { color: #000; font-size: small; font-family: arial; top: 490px; width: 650px; height: auto; float: left; margin: 10px 50px 10px 10px; padding: 10px 50px; }
.container { width: 800px; height: 800px; margin-right: auto; margin-left: auto; }
