@charset "UTF-8";
/* CSS Document */

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg_main.gif);
	background-position: top left;
	background-repeat: repeat;
	text-align: center;
}

div, img {
	margin: 0;
	padding: 0;
	border: 0;
}

p, li {
	font-size: 12px;
	color: black;
}

h1 {
	font-size: 13px;
	color: #000099;
	margin-bottom: 0;
}

h2 {
	color: black;
	font-size: 12px;
	margin-bottom: 0;
}

h3 {
	color: #12345b;
	font-size: 12px;
	font-weight: 500;
	font-style: italic;
	margin-bottom: 0;
}

a {
	color: black;
}

a:hover {
	color: #660099;
}

ul {
	margin: 0;
	padding-left: 20px;
}

ul.articles {
	list-style: square;
}