/* CSS Document */

body{
	background-color: .ffffff
}

h1, h2, h3, h4, h5, h6 {
	color: steelblue;
	font-face: arial, sans serif;
}

.trademark {
	font-family: serif;
}

.header {
	text-align: right;
	font-family: monospace;
	text-size: 20pt;
	font-weight: bolder;
}

hr {
	color: steelblue;
	background-color: steelblue;
	height: 5;
}

.divider {
	color: gray;
	height: 2;
}

.links {
	color: rgb(51,204,153);
	font-size: 15pt;
	background-color: rgb(102,205,170);
	valign: top;
	font-family: monospace;
}

.links a:link {
	text-decoration: none;
	color: blue;
}

.links a:visited {
	text-decoration: none;
	color: white;
}

.links a:active {
	text-decoration: none;
	color: maroon;
}

.links a:hover {
	text-decoration: none;
	color: red;
}

.links input.focus {
	background-color: yellow;
}

.list {
	color: gray;
	font-weight: bolder;
}

.copyright {
	text-align: right;
	color: steelblue;
	font-size: 10pt;
	font-family: monospace;
}

.message {
	background-color: rgb(240,248,255);
}

.samples {
	 background-color: #E6FFFF;
}