html, body, div, span, applet, object, iframe,
		blockquote, pre,
		a, abbr, acronym, address, big, cite, code,
		del, dfn, em, img, ins, kbd, q, s, samp,
		small, strike, strong, sub, sup, tt, var,
		dl, dt, dd, ol, ul, li,
		fieldset, form, label, legend,
		table, caption, tbody, tfoot, thead, tr, th, td,
		article, aside, canvas, details, embed, 
		figure, figcaption, footer, header, hgroup, 
		menu, nav, output, ruby, section, summary,
		time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
body,
html {} h1,
h2 {
    font: normal normal bold 22px/1.4em 'Open Sans', sans-serif;
    color: rgba(85, 85, 85, 1);
    text-transform: uppercase;
    border-bottom: 4px solid #444;
}
#container {
    width: 50%;
    margin: 5% auto 0 auto;
    background: #FFF;
    padding: 45px 0;
    overflow: hidden;
    font: normal normal normal 18px/1.8em enriqueta, serif;
    color: rgba(85, 85, 85, 1);
}
p {
    line-height: 1.5;
    padding: 0;
    margin: 0;
}
#left {
    float: left;
    width: 100%;
}
#left span {
    color: red;
}
#right {
    float: right;
    width: 35%;
}
a {
    color: #000;
}
img {
    border: 4px solid #444;
}
.none {
    text-decoration: normal;
}