/*
Theme Name: 30pov
Author: the 30pov team
Author URI: https://www.30pov.com/
Description: Custom theme for the 30pov website
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 30pov
Tags: three-columns, right-sidebar
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
  font-family: Cambria, Helvetica, sans-serif;
  font-size: 12pt;
}
.cover {
  border-top: 1px solid #191416;
  border-left: 1px solid #191416;
  border-bottom: 3px solid #191416;
  border-right: 3px solid #191416;
  width: 533px;
  height: 600px;
  padding: 0;
  margin: 0;
}
.post {
  max-width: 533px;
  text-align: justify;
}
div.thirty-pov a, div.thirty-pov a:hover, div.thirty-pov a:visited {
  color: #0d204a;
}
div.thirty-pov a {
  text-decoration: none;
  font-weight: bold;
}
div.thirty-pov a.selected {
  text-decoration: underline;
}
div.thirty-pov a:hover {
  text-decoration: underline;
}
