/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color:#333333
}
a:link,a:visited {
	color: #0033CC;
}
a:focus, a:hover {
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 17px;
	font-weight:bold;
}
.red {
	color:#CC0000;
}
.green {
	color:#390;
}
object { outline:none; }
