/* common */

* {
	font-family: Arial;
	font-size: 13px;
}

body {
	background: transparent;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, sans-serif;
}

a {
	color: #2286BB;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}