/* Copyright (C) 2009, Satish B D, Some Rights Reserved.
 * This CSS file is licensed under Creative Commons BY-NC-SA 3.0
 * You MUST link back to my website, if you use this or modify this.
 * You MUST NOT use this for commercial purposes.
 * Contact: http://bdsatish.in
**/


 *{
	margin: 0px;
}

body {
	font-family: verdana, helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	background-color: #ffffff;
	color: #222222;
}

a {
	background-color: inherit;
	color: #0000EE;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
    color:#FF00FF; /* magenta */
    font-weight: bold;
}

p {
	text-align: justify;
	margin-bottom: 15px;
	line-height: 22px;
	text-indent: 20px;
}

ul {
	list-style: disc;
	padding-left: 15px;
	margin-bottom: 15px;
}

ol {
	line-height: 22px;
	margin-bottom: 15px;
}

h3 {
	font-size: 14px;
	margin-bottom: 15px;
}

h4 {
	font-size: 13px;
	margin-bottom: 5px;
}