body, a, p, td, b, select, input, option
{
	font-family: "Microsoft sans serif",verdana,arial,helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.6em;
}

body
{
	margin : 0px
}

table
{
	border : none
}

h3
{
	font-family: arial;
	font-size: 120%;
	margin-bottom: 3px;
}


code, pre
{
	font-family : Courier
	font-size   : smaller
}

a
{
	text-decoration: none;	
}

a:hover
{
	text-decoration: underline;	
}

li
{
	list-style-type: circle;
}

blockquote, cite
{
	margin-top: 1em;
	border-top: solid 1px rgb(100,100,100);
	border-bottom: solid 1px rgb(100,100,100);
	padding: 8px;
	background-color: rgb(240,240,240);
}