body, table, p, marquee, .marquee {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	line-height: 160%;
	color: #111111;
}

.main {
	margin-top: 20px;
}

h1, h2, h3, h4, h5, dt{
	color: #6495ED;
}

h1 {  font-size : 21px;}
h2 {	font-size : 14px;}
h3 {	font-size : 13px;}

dt {
	font-weight: bold;
}

dd {
}

a {
	text-decoration: none;
	font-weight: bolder;
}
a:link {
	color: #B22222;
}
a:visited {
	color: Maroon;
}
a:hover {
	color: white;
	background-color: #B22222;
}

img.sample {
	border: solid 1px silver;
}