body {
	behavior: url(txt/csshover.htc);
}

a {
	text-decoration: none;
}

a:link {
	border-bottom: 1px dotted;
}

a:visited {
	border-bottom: 1px dotted;
}

a:hover {
	border-bottom: 1px solid;
}

a:active {
	border-bottom: 1px dotted;
}

table.top_logo td {
	border: 0px solid white;
}

a.draft {
	font-size: 18px;
	text-decoration: none;
	margin-top: 24px;
}

a.draft:link {
	border-bottom: 1px dotted navy;
}

a.draft:visited {
	border-bottom: 1px dotted navy;
}

a.draft:hover {
	border-bottom: 1px solid blue;
}

a.draft:active {
	border-bottom: 1px dotted navy;
}

table.menu {
	font: normal 1em Times;
	height: 1em;
	margin: 0px 0px;
	padding: 0px 0px;
	/*	background-color:ghostwhite; */
}

table.menu td {
	width: 1.6em;
	list-style-type: none;
	text-align: center;
	margin: 0px 0px;
	padding: 0px 0px;
}

* html table.menu td {
	width: 50px;
}

table.menu td a {
	float: left;
	width: 1.6em;
	height: 1em;
	color: black;
	padding: 0.7em 0.5em 0.7em 0.5em;
	margin: 0px 0px;
	text-decoration: none;
	border: 1px solid white;
	font: normal 1em Times;
}

* html table.menu td a {
	display: block;
	width: 50px;
	padding: 10px 0px 10px 0px;
}

table.menu td a:link,a:visited { /*	color: black; */
	
}

table.menu td a:hover {
	border: 1px solid maroon;
}

table.menu td a:active {
	border: 1px solid red;
}

#variants {
	font-size: 18px;
}