/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
    body {
        font-size: 18px;
        font-family: monospace;
	color: #f2f3f4;
        max-width: 65%;
        line-height: 1.4;
        padding-top: 1%;
        padding-left: 3%;
        padding-right: 3%;
	padding-bottom: 3%;
        margin: 0 auto;
        background: #333333;
    }

    h1 {
            font-size: 30px;
            font-weight: 600;
            margin-top: 10px;	    
            margin-bottom: 15px;
	    color: #6495ed; 
    }
    
    h3 {
            font-size: 23px;
            margin-top: 18px;
            margin-left: 1px;            
            margin-bottom: 12px;
	    color: #6495ed;
    }

    footer {
	    margin-top: 40px;
	    font-size: 16px;
	    color: #6495ed;
	    text-align: center;
    }

    a {
        color: #3349FF;
        font-weight: normal;
    }

    img {
        border: none;
    }

    p {
        margin-top: 10px;
        text-align: left;
    }

   .red {
	 color: #b22222;
	 font-weight: bold; 
 	} 
 
    ul {
        list-style-type: square;
    }

   li {
        margin-bottom: 2px; }
 
   .left {
	   margin-left: 25px; }

   .title {
            font-size: 20px;
            font-weight: bold;
            text-decoration: none;
    }

    .date {
            font-size: 12px;
            font-weight: normal;
            color: #009e60; 
    }

blockquote {
  color: #828282;
  border-left: 5px solid #e8e8e8;
  padding-left: 15px;
  font-size: 17px;
  letter-spacing: 0px;
  font-style: italic; }
