html { direction: ltr; }

body { background: #EEEEFF; }
body {
	margin: 0px;
	padding: 0px;
}

img { border: 0px; }
hr { display: none; }

a { text-decoration : none; }

a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration		: none;
}

a:link { color: blue; }
a:visited { color: blue; }
a:hover{ color: red; }
a:active, a:focus{ color: red; }

a:hover {
	color: black;
	background-color: #B9B9FF;
}

h3 a:link { color: black; }
h3 a:visited { color: black; }


del { font-size: 100%; text-decoration: line-through; }

big {
	font-weight: bolder;
	font-size: 130%;
}

pre {
	font-weight: bold;
}

dt {
	font-weight: bold;
}

em {
	font-style: italic;
	font-weight: normal;
}

