Essa foi a inclusão do reset.css no meu projeto. Após incluir, meus subtítulos pequenos e perdi também meus parágrafos, os textos estão sem espaçamento entre linhas... Tenho que formatar tudo de novo só porque inclui o reset?
<!DOCTYPE html>
<html>
<head>
<title>Blog - João da Silva</title>
<meta charset="utf-8">
<link rel="icon" href="favicon.png">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="site.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Crimson+Text:400,400italic,600">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700">
</head>
<body>