@import "./style/layout.css";

/* Resetting rules */* {	margin: 0; padding: 0;	border: 0;	outline: 0;	font-size: 100%; font-weight: normal;	vertical-align: baseline;	/*background: transparent;*/}

/* Typography */

a {
	color: #237AD2;
	text-decoration: none;
}

#content a {
	border-bottom: 1px solid;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;	color: #333;	
	line-height: 1.4em;
}

#content {
	font-size: larger;
	line-height: 1.4em;
}

.article-title {
	font-weight: bold; font-size: 2em; line-height: 1.25em; letter-spacing: -2px; text-align: center; color: /*#3C7EBC*/#237AD2; margin-top: -4px;
}

.author {
	font-style: italic; text-align: center; font-size: smaller; margin-bottom: 1em; margin-top:-4px; color: #777;
}

#content p {
	margin-bottom: 1.5em;
}

#footer {
	text-align: center;
}

#footer a {
	font-weight: bold;
}
