/* got this from (url) */

body {
	font-family:verdana, helvetica, arial, sans-serif;
	font-size:small;
	}
h1 {
	font-size:x-large;
	}
h2 {
	font-size:medium;
	}
a {
	color:#09c;
	font-weight:600;
	text-decoration:none;
	}
a:link {
	color:#09c;
	}
a:visited {
	color:#07a;
	}
a:hover {
	background-color:red;
	}

/****************************************************************************/

.top {
	width:auto;
	border:1px solid black;
	}

/****************************************************************************/

.nav {
	display:none;
	}

/****************************************************************************/

.content {
	width:auto;
	vertical-align:top;
	}

.content th {
	text-align:left;
	vertical-align:top;
	width:auto;
	border:1px solid black;
	}

.content td {
	text-align:left;
	vertical-align:top;
	width:auto;
	border:1px solid black;
	}

/****************************************************************************/
