* {
 margin: 0;
 padding: 0;
}

body {
 font-size: 62.5%;
 font-family: "Trebuchet MS", arial, sans-serif;
 color: #626979;
 background: #fff;
 padding: 3em;
}

a {
 text-decoration: none;
 padding: 0 4px;
}

a:link, a:visited {
 color: #7E8190;
 background: inherit;
 border-bottom: 1px dotted #CBCED5;
}

a:hover, a:active {
 color: #7E8190;
 background: #E9EAEE;
 border-bottom: 1px solid #7D8391;
}

img, #teller, #teller a {
 border: 0;
 background: none;
}

p {
 margin-bottom: 0.3em;
}


/****
 IDs
****/
#container {
 font-size: 1.3em;
 padding: 10px 0 0 10px;
}

#info {
 font-size: 0.8em;
 margin-bottom: 50px;
 padding: 5px;
 text-align: left;
 padding-right: 3em;
}


#header h1 {
 color: #3B4358;
 background: inherit;
 font-family: "Century Gothic", arial, sans-serif;
 font-size: 2.2em;
}
#header h2 {
 margin: 20px 0 0 20px;
 color: #989DB0;
 background: inherit;
 font-family: "Century Gothic", arial, sans-serif;
 font-size: 1.3em;
 letter-spacing: 0.3em;
}
#header h3 {
 color: #C0C3CC;
 background: inherit;
 font-family: "Century Gothic", arial, sans-serif;
 font-size: 0.9em;
 letter-spacing: 0.4em;
 text-transform: uppercase;
}

#content {
 margin-top: 40px;
 color: #222;
 background: inherit;
}
#content p {
 line-height: 1.7em;
 margin-left: 30px;
}

/********
 CLASSES
********/
.small {
 margin: 5px;
 font-size: 0.9em;
}