/* stylesheet 4 hash.cz */
body {
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: black;
	} 
p {
	font-size: smaller;
	}
p.smaller {font-size:xx-small}
a {
	color: red;
	text-decoration: underline;
	}
a:visited {
	color: darkred;
	text-decoration: underline;
	}
li {
	font-size: smaller
	}
h2 {
	font-size: 93%;
	margin: 10px 0 0 0;
	}
h3 {
	font-size: 80%;
	margin: 15px 0 15px 0;
	color: black
	}
hr {
	display: none;
	}
img {
	border: 1;
	display: block;
  margin-left: auto;
  margin-right: auto; 
  }
/* ID's */
#body {
	text-align: left;
	border: none;
	margin: 1em auto;
	width: 600px;
	}
#ccontent {
	float: left;
	width: 480px;
	border: none;
	margin: 0 0 4px 0;
	}
#content {
	border: 1px solid black;
	/* margin: 2px; */
	padding: 3px;
	}
#ssidebar {
	float: right;
	width: 115px;
	border: none;
	}
#sidebar {
	border: 1px solid black;
	/* margin: 2px; */
	padding: 3px;
	height: auto;
	font-size: smaller;
	}
#footer {
	clear: both;
	border: 1px solid black;
	padding: 40px 10px 10px 10px;
	text-align: center;
	height: 200px;
	}
/* CLASSes */
.i {
	font-style: italic;
	}
.right {
	text-align: right;
	}
.center {
	text-align: center;
	}
.b {
	font-weight: bold;
	}
/* blah.css <div id="ffooter">
BODY      {font-family: verdana;}
#table1 	{ border-width:1px; border-style:solid; margin:10px; border-color: #000000; } 
P         {font-size:smaller}
P.smaller	{font-size:xx-small}
A:link		{color: red; text-decoration: underline}
A:visited	{color: light-violet; text-decoration: underline}
LI        {font-size:smaller} */
