/*
 * 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: #fffd97;
	background-color: #a8131c;
	}

b	{
	font-size: 200%;
	font-weight: 300;
	}
	
a:link	{
	text-decoration:underline;
	color: #21cfe0;
	}

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

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

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

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

