hr { 
	background: transparent; 
	height:1px; 
	border: 1px solid #6495ED;
	}

body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: #666;
}
td{
	font-size: 12px;
}

h1 {
	font-size: 18px;
	color: #666;
}
h2 {
	font-size: 16px;
	color: #666;
}

a:link, a:visited {
	color: #6495ED;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}