﻿/* ----------------------------------------------------------------
 * FILE: basic.css
 * Author: onedollartemplates.com
 *
 * Description:
 * CSS basics for not so hot browsers. These get replaced by 
 * layout.css if the browser understands @import
 * ---------------------------------------------------------------- 
*/
body {
	margin: 0;
	padding: 40px 10% 40px 10%;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	line-height: 1.5em;
	color: #555;
	text-align: justify;
    }

h1, h2, h3, h4, h5, h6 {
    margin-top: 40px;
    color: #333;
    }
