/*
 * kohl style sheet
 * css2 compliant
 * (c)2010 Adam Dean Kohl
 */

body	{
	font-family: Century Schoolbook, New Century Schoolbook, Times, Times New Roman, 'serif'; 
	font-size: 100%;
	text-align: left;
	color: #000000;
	background-color: #ffffff;
	}

h1	{
	font-size: 150%;
	font-weight: 600;
	text-align: center;
	}

h2 	{
	font-size: 120%;
	font-weight: 200;
	}

b	{
	font-size: 200%;
	font-weight: 300;
	}
	
p   {
    margin-top:0;
    margin-bottom:0;
    text-indent:20px;
    }

a:link	{
	text-decoration:underline;
	color: #376feb;
	}

a:visited {
	text-decoration:none;
	color: #999999;
	}

a:active	{
	text-decoration:underline;
	color: #ee3c47;
	}

img	 {
	border: 0;
	padding: 5px;
	}

div.menubox {
	width:400px;
	text-align:left;
	padding-bottom:10px;
	}
	
div.box	{
	width:720px;
	text-align:left;
	padding:10px;
	}
	

