<?php header("Content-type: text/css"); ?>
/* GLOBAL TEXT
----------------------------------------------- */
body {
	text-align: left;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	color: #000000;
}
p {
	margin-bottom: 15px;
}
h1 {
	margin-bottom: 10px;
	font-size: 24px;
}
h2 {
	margin-bottom: 10px;
	font-size: 20px;
}
h3 {
	margin-bottom: 10px;
	font-size: 18px;
}
h4 {
	margin-bottom: 10px;
	font-size: 16px;
}
h5 {
	margin-bottom: 10px;
	font-size: 14px;
}
h6 {
	margin-bottom: 10px;
	font-size: 12px;
}
a {
	color: #0033cc;
}
a:link {
	color: #0033cc;
}
a:active {
	color: #0033cc;
}
a:hover {
	color: #0033cc;
}
a:visited {
	color: #0033cc;
}
