body { background: oldlace; color: black; margin-left: 3em; margin-right: 3em; margin-top: 3em; }
h1 { background: blueviolet; color: white; font-size: 1.5em; font-style: normal; }
h2 { color: blueviolet; font-size: 1.5em; border-color: blueviolet; border-style: ridge; border-width: 3px; padding-left: 2em}
h3 { color:@blueviolet; font-size: 1em;}
h4 { color:@blueviolet; font-size: 1em; border-color: blueviolet; border-style: ridge; border-width: 3px; padding-left: 2em}
p { line-height: 1.5em; }
em { font-style: normal; font-weight: ; color: black; }
a:link { color: blue; }
a:visited { color: green; }
a:hover { color: orange; }

div#main {  width: 74%; float: left; }
div#menu {  width: 31%; float: left; }
div#main2{  width: 60%; float: right; }