@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed&subset=latin,cyrillic,vietnamese);

body {
	margin: 0;
    padding: 0;
    width: 100%;
	color: #212121;
    font-family: Roboto,Helvetica,Arial,sans-serif;
}
pre {
    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap; /* Opera */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word; /* IE 5.5+ */
}

#main {
    margin:20px;
}

#container {
	max-width: 960px;
	margin: 0 auto;
	line-height: 1.5em;
}

h1 {
	font-family: Roboto,Helvetica,Arial,sans-serif;
	font-size: 38px;
	font-style: italic;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ddd;
	font-weight: normal;
	color: #000;
}

h2 {
	font-family: Roboto,Helvetica,Arial,sans-serif;
	font-size: 28px;
	font-style: italic;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
}

a {
	color: #505050;
}

a:hover {
	color: #ff0000;
}

ul li {
	margin: 5px 0 5px 0;
}

em {
	color: #666;
}

strong {
	color: #000;
}
