* {
margin: 0;
padding: 0;
}

html {
background: #fff;
width: 100%

font-family: Georgia, Sans-Serif;
font-size: 100%/1.3em;
color: #000;
}

h1, h2 {
font-weight: normal;
font-variant: small-caps;
}

h1 {
font-style: oblique;
letter-spacing: 0.1em;
text-align: center;

margin: 50px 0px 10px 100px; 
}

h2 {
font-size: 1.7em;
margin: 5px 0px 10px 0px;
}

div#intro, div#main_stereo {
background: #E8E8E8;

font-size: 0.9em;
line-height: 1.5em;

width: 50%;
margin: 50px 0 0 0;
padding: 5px 5px 10px 25%
}

div#main_mono h2, div#outro h2 {
margin: 5px 0px 15px 10px;
}

div#main_mono, div#outro {
background: #E8E8E8;

font-size: 0.9em;
line-height: 1.5em;

width: 50%;
margin: 50px 0 0 25%;
padding: 5px 25% 10px 0px;
}

div.right {
margin-left: 10px;
}

div#outro {
margin-bottom: 50px;
}

p a:link, p a:visited, p a:active{
color: #000;
text-decoration: none;
font-weight: bold;
}

p a:hover {
border-bottom: 1px dotted #000;
}