/* Notes Style */
/* $Id: notes.css,v 1.1 2006/03/16 08:09:29 pjkix Exp $ */ 

/* Elements */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;	
}
body { margin: 0; background-color: #fff; }
a:link { text-decoration: none; color: #00f; background-color:#eee;}
a:visited { text-decoration: none; color: #999; background-color:#eee;}
a:hover { text-decoration: underline; color: #f00; background-color:#eee; }
a:active { text-decoration: none; color: #ff0; background-color:#eee;}
h1 { 
	font-size: 1.6em;
	background-color: #ccc;
	border-top:thin solid #00f;
}
h2 {
	font-size: 1.4em;
	background-color: #0cf;
}
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }
a img {border:0;}
div {margin:1em;}

/* classes */
ul.contents * { list-style-type:square; }

/* ids */
#header{}
#content{}
#footer {text-align:center;background:#eee;color:#000;border:1px dashed #000;}
