html {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Georgia, Times New Roman, Times, serif;
}

table {
	font-size: 11px;
	font-family: Georgia, Times New Roman, Times, serif;
}

b {
	font-size: 13px;
}

a:link, a:visited, a:active {
/*	color: #A14A5D;*/
	color: #6666CC;
}

a:hover {
/*	color: #660F22;*/
	color: #4D4C99;
}

