/* common/stylesheet.css */

a:active,a:hover,a:link,a:visited
{
	background-color: transparent;
	color: black;
}

body
{
	font-family: Times, serif;
}

div.header,div.body,div.footer
{
	background-color: white;
}

div.header
{
	position: fixed;
	width: 100%;
	top: 0px;
}

div.body
{
	padding-top: 15ex;
	padding-bottom: 10ex;
	padding-left: 5ex;
	padding-right: 5ex;
}

div.footer
{
	position: fixed;
	bottom: 0px;
}

hr
{
	height: 1px;
	width: 100%;
}

img,table
{
	border: 0px;
}

table
{
	width: 100%;
}

td
{
	vertical-align: top;
}

p
{
	font-family: Courier, monospace;
}
