/*
Theme Name: Basic Theme
Author: John Doe
Description: Basic Theme Description
Version: 1.0
*/

body {
	margin: 20px 25px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222;
	text-decoration: none;
	background: #fff;
}